From 8670209dbebf69b6255241e0ef807db0d353c488 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 18 Jul 2025 12:20:15 +0200 Subject: [PATCH] waybar: add different battery icon for charging state --- modules/home/services/waybar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/services/waybar.nix b/modules/home/services/waybar.nix index c0f83f4..6c2f675 100644 --- a/modules/home/services/waybar.nix +++ b/modules/home/services/waybar.nix @@ -81,6 +81,7 @@ battery = { format = "{icon} {capacity}%"; + format-charging = "󰂄 {capacity}%"; format-icons = [ "󰂎" "󰁺"