summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorMax Christian Pohle2017-05-02 08:10:10 +0200
committerMax Christian Pohle2017-05-02 08:10:10 +0200
commit5011ed6adc06ba6e3a55953e25a36c9105bed171 (patch)
tree0a20d0c0bb0c1ee68e9c75dd4fa4bd5f743a5791 /i3status.conf
parent9a6771b513520222e6c967dbadd982021f71235e (diff)
downloadi3-5011ed6adc06ba6e3a55953e25a36c9105bed171.tar.bz2
i3-5011ed6adc06ba6e3a55953e25a36c9105bed171.zip
White version with several usability improvements
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/i3status.conf b/i3status.conf
index fd093ed..0f8fd6f 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -8,9 +8,11 @@
8 8
9general { 9general {
10 colors = true 10 colors = true
11 color_good = "#88ff88" 11 #color_good = "#88ff88"
12 color_bad = "#880000" 12 #color_bad = "#880000"
13 interval = 5 13 color_good = "#00aa00"
14 color_bad = "#aa0000"
15 interval = 1
14 output_format = i3bar 16 output_format = i3bar
15} 17}
16 18
@@ -80,7 +82,7 @@ run_watch VPN {
80} 82}
81 83
82tztime local { 84tztime local {
83 format = "%Y-%m-%d %H:%M:%S" 85 format = "%Y-%m-%d %H:%M"
84} 86}
85 87
86load { 88load {
..