From 069696702bcbff6fb9884d62f93f6f2c51a4ed60 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 16 Sep 2024 13:15:24 +0530 Subject: home/wayland/i3status: set battery.low_threshold to < 21 match cez hardware indicator behaviour --- home/wayland/modules/sway/i3status.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wayland/modules/sway/i3status.nix b/home/wayland/modules/sway/i3status.nix index 12cea2a..a7e4075 100644 --- a/home/wayland/modules/sway/i3status.nix +++ b/home/wayland/modules/sway/i3status.nix @@ -23,7 +23,7 @@ status_unk = "󰂃"; status_full = "󱟨"; last_full_capacity = true; - low_threshold = 20; + low_threshold = 21; threshold_type = "percentage"; format_percentage = "%.00f%s"; path = "/sys/class/power_supply/BAT%d/uevent"; -- cgit v1.2.3