summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-09-16 13:15:24 +0530
committersinanmohd <sinan@sinanmohd.com>2024-09-16 13:15:27 +0530
commit069696702bcbff6fb9884d62f93f6f2c51a4ed60 (patch)
tree20afd8db2f397af4a04b15d30583eccb4798ab6a
parent97392d70271977a8cc15d1549baab0b7fe05b7c5 (diff)
home/wayland/i3status: set battery.low_threshold to < 21master
match cez hardware indicator behaviour
-rw-r--r--home/wayland/modules/sway/i3status.nix2
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";