From e8b9c619e054f5633c739a03f0c6ceb3eed54f80 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Wed, 4 Sep 2024 18:03:36 +0200 Subject: [PATCH] bar: Use plug symbol for fully charged battery --- home/config/nil/bar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/nil/bar.nix b/home/config/nil/bar.nix index 0a4ed6d..bc81d96 100644 --- a/home/config/nil/bar.nix +++ b/home/config/nil/bar.nix @@ -230,7 +230,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) { format = "{icon} {capacity} %"; format-icons = { - full = "󱟢"; + full = "󰚥"; plugged = "󰚥"; charging = [ "󰢟" "󰢜" "󰂆" "󰂇" "󰂈" "󰢝" "󰂉" "󰢞" "󰂊" "󰂋" "󰂅" ]; discharging = [ "󱃍" "󰁺" "󰁻" "󰁼" "󰁽" "󰁿" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];