diff options
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 7a6ef94..819b280 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -37,7 +37,7 @@ }, "backlight": { "format": "|{percent}% {icon} ", - "format-icons": ["", "", "", "", "", "", "", "", ""], + "format-icons": ["\ue39b", "\ue3c8", "\ue3ca", "\ue3cd", "\ue3ce", "\ue3cf", "\ue3d1", "\ue3d3", "\ue38d"], "tooltip": false }, "battery": { @@ -66,9 +66,9 @@ "pulseaudio": { "scroll-step": 1, "format": "|{volume}% {icon} ", - "format-bluetooth": "{volume}% {icon} ", - "format-bluetooth-muted": " {icon} ", - "format-muted": " ", + "format-bluetooth": "|{volume}% {icon} ", + "format-bluetooth-muted": "| {icon} ", + "format-muted": "|", "format-source": "", "format-source-muted": "", "format-icons": { |
