i3: re-add i3 config
This commit is contained in:
17
files/i3/.config/i3status/config
Normal file
17
files/i3/.config/i3status/config
Normal file
@@ -0,0 +1,17 @@
|
||||
general {
|
||||
output_format = "i3bar"
|
||||
colors = false
|
||||
markup = pango
|
||||
interval = 5
|
||||
color_good = '#2f343f'
|
||||
color_degraded = '#ebcb8b'
|
||||
color_bad = '#ba5e57'
|
||||
|
||||
}
|
||||
|
||||
order += "tztime local"
|
||||
|
||||
tztime local {
|
||||
format = "%-d. %b (%a) %H:%M"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user