From 87342c6c83c814c117314438dd1594085d848d46 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 2 Mar 2024 18:03:04 +0000 Subject: [PATCH] waybar: tweak icons --- waybar/config | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/waybar/config b/waybar/config index 8dcddf6..bb29949 100644 --- a/waybar/config +++ b/waybar/config @@ -105,17 +105,15 @@ }, "backlight": { "device": "acpi_video1", - "format": "{icon} {percent}%", + "format": "{icon}{percent}%", "format-icons": [ - "", - "", - "", - "", - "", - "", - "", - "", - "" + "󰪞 ", + "󰪟 ", + "󰪠 ", + "󰪡 ", + "󰪢 ", + "󰪣 ", + "󰪥 ", ] }, "battery": { @@ -193,7 +191,8 @@ "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" }, "custom/os": { - "format": " archbish" + "format": " archbish", + "format-alt": " " }, "custom/wakatime": { "exec": "source $HOME/dotfiles/.env && python3 $HOME/.config/waybar/resources/custom_modules/wakatime_waybar.py",