Updated files
This commit is contained in:
@@ -4,10 +4,9 @@ general {
|
||||
output_format = "i3bar"
|
||||
}
|
||||
|
||||
order += "mpd_status"
|
||||
order += "mpdstatus"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "disk /home/amgutier/big"
|
||||
order += "wireless wlan0"
|
||||
order += "ethernet eth0"
|
||||
order += "battery 0"
|
||||
@@ -47,11 +46,7 @@ disk "/home" {
|
||||
format = " /home %free/%total"
|
||||
}
|
||||
|
||||
disk "/home/amgutier/big" {
|
||||
format = " ~/big %free/%total"
|
||||
}
|
||||
|
||||
mpd_status {
|
||||
mpdstatus {
|
||||
cache_timeout = 0
|
||||
host = "localhost"
|
||||
port = 6600
|
||||
|
||||
17
.config/i3status/small.conf
Normal file
17
.config/i3status/small.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
general {
|
||||
colors = true
|
||||
interval = 5
|
||||
output_format = "i3bar"
|
||||
}
|
||||
|
||||
order += "mpdstatus"
|
||||
order += "weather_yahoo"
|
||||
order += "time"
|
||||
|
||||
time {
|
||||
format = "%m/%d/%Y %H:%M:%S"
|
||||
}
|
||||
|
||||
weather_yahoo {
|
||||
city_code = 'USPA1928'
|
||||
}
|
||||
Reference in New Issue
Block a user