From b4df433504903761a5a73790ab1309ce18b9925b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 4 Feb 2026 17:42:44 +0100 Subject: [PATCH] fix: remove more icons --- modules/home/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 8dfb270..e1e507c 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -311,8 +311,8 @@ "format-discharging-warning": "BATT: {capacity}%", "format-discharging-critical": "BATT: {capacity}%", "format-charging": "BATT: {capacity}% @ {power:2.0f}W", - "format-full": "BATT: 󱐥 {capacity}%", - "format-not-charging": "BATT: 󱐤 {capacity}%", + "format-full": "BATT: {capacity}%", + "format-not-charging": "BATT: !!! {capacity}%", // "format-icons": [" ", " ", " ", " ", " "], // use {icon} },