.i3/status.d/10-general

changeset 378
e13ba40f4533
equal deleted inserted replaced
377:7190350f2ab3 378:e13ba40f4533
1 # i3status configuration file.
2 # see "man i3status" for documentation.
3
4 # It is important that this file is edited as UTF-8.
5 # The following line should contain a sharp s:
6 # ß
7 # If the above line is not correctly displayed, fix your editor first!
8
9 general {
10 output_format = i3bar
11 colors = true
12 interval = 10
13 color_good = "#65c254"
14 color_degraded = "#ffb964"
15 color_bad = "#c02a2a"
16 }
17

mercurial