소스 검색

Change battery threshold to percentage

More reliable as remaining time depends on the instant energy
consumption.
DricomDragon 4 년 전
부모
커밋
7b8ff6649d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Install/Templates/i3status/config

+ 2 - 2
Install/Templates/i3status/config

@@ -49,8 +49,8 @@ battery 0 {
         status_unk = "⍰"
         status_full = "⌼"
         path = "/sys/class/power_supply/BAT%d/uevent"
-        low_threshold = 20
-        threshold_type = time
+        low_threshold = 6
+        threshold_type = percentage
 }
 
 tztime local {