save
This commit is contained in:
@@ -117,4 +117,6 @@ bindsym $mod+r mode "resize"
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
|
||||
for_window [class="^.*"] border pixel 1
|
||||
|
||||
20
i3wm/.config/i3status/config
Normal file
20
i3wm/.config/i3status/config
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user