Skip to content

Instantly share code, notes, and snippets.

@594727294
Last active August 29, 2015 14:06
Show Gist options
  • Save 594727294/56b991e2faa0e7ee9573 to your computer and use it in GitHub Desktop.
Save 594727294/56b991e2faa0e7ee9573 to your computer and use it in GitHub Desktop.
~/.i3status.conf
general {
colors = true
color_good = "#BFBFBF"
color_degraded = "#BEAE90"
color_bad = "#BEAE90"
interval = 5
}
#order += "disk /"
order += "run_watch DHCP"
order += "run_watch VPN"
order += "ethernet enp3s0"
#order += "battery 1"
#order += "load"
#order += "cpu_temperature 0"
order += "time"
battery 1 {
format = "%status %percentage"
}
#run_watch DHCP {
# pidfile = "/var/run/dhclient*.pid"
#}
#run_watch VPN {
# pidfile = "/var/run/vpnc/pid"
#}
time {
format = "%A %d-%m %H:%M"
}
#load {
# format = "%1min"
#}
cpu_temperature 0 {
format = "%degrees °C"
}
disk "/" {
format = "%free"
}
disk "/home/" {
format = "/home: %free"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment