From 0a1191a9aed0d097782c7db1db1916321a552973 Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 15 Apr 2026 09:55:49 +0100 Subject: [waybar] empty=bright for backlight, fix mute separator/spacing --- waybar/config.jsonc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'waybar') 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": { -- cgit v1.2.3