waybar: add space between icons, chnage kb layout icon

This commit is contained in:
timoxa0 2024-11-29 21:46:04 +05:00
parent 2fb76c7191
commit 6e11007269

View file

@ -41,20 +41,20 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": " {capacity}%", "format-charging": " {capacity}%",
"format-icons": ["", "", "", "", ""], "format-icons": ["", "", "", "", ""],
"max-length": 25 "max-length": 25
}, },
"backlight": { "backlight": {
"device": "ktz8866-backlight", "device": "ktz8866-backlight",
"format": " {percent}%" "format": " {percent}%"
}, },
"wireplumber": { "wireplumber": {
"scroll-step": 2, "scroll-step": 2,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-icons":["", "", ""], "format-icons":["", "", ""],
"format-muted": " mute", "format-muted": " mute",
"on-click": "pavucontrol", "on-click": "pavucontrol",
@ -62,7 +62,7 @@
}, },
"hyprland/language": { "hyprland/language": {
"format": " {}", "format": " {}",
"format-en": "Eng", "format-en": "Eng",
"format-ru": "Rus" "format-ru": "Rus"
}, },