i3 changes for virtual machine

This commit is contained in:
2015-09-29 15:58:32 -04:00
parent 53098a5709
commit dd07771b62
2 changed files with 0 additions and 41 deletions

View File

@@ -7,21 +7,12 @@ general {
color_bad = "#FFAA81"
}
order += "mpdstatus"
order += "disk /"
order += "disk /home"
order += "wireless wlan0"
order += "ethernet eth0"
order += "battery 0"
order += "cpu_usage"
order += "weather_yahoo"
order += "time"
wireless wlan0 {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
ethernet eth0 {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
@@ -43,18 +34,6 @@ disk "/" {
format = "%free/%total"
}
disk "/home" {
format = " /home %free/%total"
}
mpdstatus {
cache_timeout = 0
host = "localhost"
port = 6600
format = "{state} {artist}: {title}"
length = 60
}
weather_yahoo {
city_code = 'USPA1928'
}