From d3db3eaf3d39f4a3efddd4f140cda29aa213ea06 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 8 Feb 2024 16:53:33 -0700 Subject: [PATCH] Just use the one icon for brightness --- waybar/config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.template b/waybar/config.template index a1df28c89..3b11e2cba 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -108,7 +108,7 @@ "backlight": { "device": "acpi_video1", "format": "{icon} {percent}%", - "format-icons": [ "☼", "", ""], + "format-icons": [ "" ], "on-click": "notify-send $(brightnessctl info)", "on-scroll-up": "${HOME}/scripts/waybar/waybar-backlight.sh up", "on-scroll-down": "${HOME}/scripts/waybar/waybar-backlight.sh down"