Switch from dwm to i3
This commit is contained in:
45
files/.config/i3status/config
Normal file
45
files/.config/i3status/config
Normal file
@@ -0,0 +1,45 @@
|
||||
general {
|
||||
separator = " "
|
||||
output_format = "i3bar"
|
||||
colors = false
|
||||
markup = pango
|
||||
interval = 5
|
||||
color_good = '#2f343f'
|
||||
color_degraded = '#ebcb8b'
|
||||
color_bad = '#ba5e57'
|
||||
}
|
||||
|
||||
order += "wireless _first_"
|
||||
order += "battery all"
|
||||
order += "tztime local"
|
||||
order += "volume master"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "%essid"
|
||||
format_down = "Disconnected"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "%volume"
|
||||
format_muted = "Muted"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
battery all {
|
||||
last_full_capacity = true
|
||||
format = "%status %percentage"
|
||||
format_down = "No Battery"
|
||||
status_chr = "Charging"
|
||||
status_bat = "Battery"
|
||||
status_unk = "Unknown"
|
||||
status_full = "Charged"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%time"
|
||||
format_time = "%a %-d %b %H:%M"
|
||||
}
|
||||
Reference in New Issue
Block a user