summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorMax Christian Pohle2017-09-08 17:21:48 +0200
committerMax Christian Pohle2018-08-25 00:15:33 +0200
commit63c808c572f800357f3e82f6ee2c58292088d9ea (patch)
treee04575f7b2256b207bd7d174b3e5add67d64aa90 /i3status.conf
parentecfd7a9ee13f686a24114daf5d7535c2b64c94f3 (diff)
downloadi3-63c808c572f800357f3e82f6ee2c58292088d9ea.tar.bz2
i3-63c808c572f800357f3e82f6ee2c58292088d9ea.zip
Changed to pony colors
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf22
1 files changed, 12 insertions, 10 deletions
diff --git a/i3status.conf b/i3status.conf
index 0f8fd6f..aeee8ee 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -12,6 +12,7 @@ general {
12 #color_bad = "#880000" 12 #color_bad = "#880000"
13 color_good = "#00aa00" 13 color_good = "#00aa00"
14 color_bad = "#aa0000" 14 color_bad = "#aa0000"
15 color_degraded = "#aaaaaa"
15 interval = 1 16 interval = 1
16 output_format = i3bar 17 output_format = i3bar
17} 18}
@@ -49,26 +50,27 @@ wireless _first_ {
49 50
50ethernet _first_ { 51ethernet _first_ {
51 # if you use %speed, i3status requires root privileges 52 # if you use %speed, i3status requires root privileges
52 format_up = "E1: %ip (%speed)" 53 format_up = " %ip (%speed)"
53 format_down = "E1: down" 54 format_down = "E1: down"
54} 55}
55 56
56 57
57ethernet enp7s0 { 58# ethernet enp7s0 {
58 # if you use %speed, i3status requires root privileges 59# # if you use %speed, i3status requires root privileges
59 format_up = "E2: %ip (%speed)" 60# format_up = "E2: %ip (%speed)"
60 format_down = "E2: down" 61# format_down = "E2: down"
61} 62#
63# }
62 64
63 65
64battery 0 { 66battery 0 {
65 format = "%status %percentage %remaining" 67 format = "%status %percentage %remaining"
66} 68}
67 69
68run_watch DHCP { 70# run_watch DHCP {
69 pidfile = "/var/run/dhclient*.pid" 71# pidfile = "/var/run/dhclient*.pid"
70 format = "%title" 72# format = "%title"
71} 73# }
72 74
73 75
74path_exists VPN { 76path_exists VPN {
..