diff options
Diffstat (limited to 'home')
-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"; |