diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-16 13:15:24 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-16 13:15:27 +0530 |
commit | 069696702bcbff6fb9884d62f93f6f2c51a4ed60 (patch) | |
tree | 20afd8db2f397af4a04b15d30583eccb4798ab6a /home/wayland | |
parent | 97392d70271977a8cc15d1549baab0b7fe05b7c5 (diff) |
home/wayland/i3status: set battery.low_threshold to < 21
match cez hardware indicator behaviour
Diffstat (limited to 'home/wayland')
-rw-r--r-- | home/wayland/modules/sway/i3status.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |