update i3 config

This commit is contained in:
2023-07-10 07:35:38 -04:00
parent 6502c2ecaf
commit c5e16241f0
3 changed files with 10 additions and 5 deletions
+4 -3
View File
@@ -32,15 +32,16 @@ ethernet _first_ {
}
battery all {
format = "%status %percentage (%remaining)"
format = "%status %percentage %remaining (%consumption)"
format_down = ""
status_chr = "󰂄 CHR"
status_bat = "󰁿 BAT"
status_unk = "󱉝 UNK"
status_full = "󰁹 FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 25
low_threshold = 15
threshold_type = "percentage"
last_full_capacity = true
integer_battery_capacity = true
}
@@ -65,7 +66,7 @@ load {
memory {
memory_used_method = memavailable
format = " %free/%total (%used)"
format = " %used/%total (%free)"
threshold_degraded = "10%"
threshold_critical = "5%"
format_degraded = " %free/%total (%used)"