@@ 7,9 7,9 @@
# If the above line is not correctly displayed, fix your editor first!
general {
- colors = true
- # mtrl light green 500
- color_good = "#8BC34A"
+ colors = true
+ # mtrl light green 500
+ color_good = "#8BC34A"
# mtrl lime 500
color_degraded = "#cddc39"
# mtrl red 500
@@ 32,38 32,38 @@ order += "battery all"
order += "tztime local"
wireless _first_ {
- format_up = "W: %ip %essid %bitrate"
- format_down = "W: down"
+ format_up = "W: %ip %essid %bitrate"
+ format_down = "W: down"
}
ethernet _first_ {
- # if you use %speed, i3status requires root privileges
- format_up = "E: %ip %speed"
- format_down = "E: down"
+ # if you use %speed, i3status requires root privileges
+ format_up = "E: %ip %speed"
+ format_down = "E: down"
}
battery all {
- format = "%status %percentage %remaining"
+ format = "%status %percentage %remaining"
format_down = ""
}
tztime local {
- format = "%d %a %H:%M:%S"
+ format = "%d %a %H:%M:%S"
}
cpu_temperature 0 {
- format = "T: %degreesĀ°C"
- path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
+ format = "T: %degreesĀ°C"
+ path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
}
volume master {
- format = 'S: %volume'
- format_muted = "S: muted %volume"
- device = "pulse"
+ format = 'S: %volume'
+ format_muted = "S: muted %volume"
+ device = "pulse"
}
disk "/" {
- format = "D: %avail"
+ format = "D: %avail"
}
read_file M {