Files
dotfiles/.config/i3status/small.conf
2015-08-07 11:05:51 -07:00

21 lines
308 B
Plaintext

general {
colors = true
interval = 5
output_format = "i3bar"
color_good = "#FFE181"
color_degraded = "#C1D6EA"
color_bad = "#FFAA81"
}
order += "mpdstatus"
order += "weather_yahoo"
order += "time"
time {
format = "%m/%d/%Y %H:%M:%S"
}
weather_yahoo {
city_code = 'USPA1928'
}