waybar: add space between icons, chnage kb layout icon
This commit is contained in:
parent
2fb76c7191
commit
6e11007269
|
@ -41,20 +41,20 @@
|
|||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"max-length": 25
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"device": "ktz8866-backlight",
|
||||
"format": " {percent}%"
|
||||
"format": " {percent}%"
|
||||
},
|
||||
|
||||
"wireplumber": {
|
||||
"scroll-step": 2,
|
||||
"format": "{icon} {volume}%",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-icons":["", "", ""],
|
||||
"format-muted": " mute",
|
||||
"on-click": "pavucontrol",
|
||||
|
@ -62,7 +62,7 @@
|
|||
},
|
||||
|
||||
"hyprland/language": {
|
||||
"format": " {}",
|
||||
"format": " {}",
|
||||
"format-en": "Eng",
|
||||
"format-ru": "Rus"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue