This commit is contained in:
2024-08-01 11:43:49 -04:00
parent e405f29129
commit 71fbd18221
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
general {
output_format = "i3bar"
colors = false
markup = pango
interval = 5
color_good = '#2f343f'
color_degraded = '#ebcb8b'
color_bad = '#ba5e57'
}
order += "battery"
battery {
format = "%status %percentage %remaining"
last_full_capacity = true
low_threshold = 10
threshold_type = percentage
format_down = "No battery"
path = "/sys/class/power_supply/BAT0/uevent"
}