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'
|
||||
}
|
||||
13
.config/redshift.conf
Normal file
13
.config/redshift.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
[redshift]
|
||||
temp-day=6500
|
||||
temp-night=4000
|
||||
|
||||
transition=0
|
||||
|
||||
location-provider=manual
|
||||
|
||||
adjustment-method=randr
|
||||
|
||||
[manual]
|
||||
lat=40.4
|
||||
lon=-79.9
|
||||
Reference in New Issue
Block a user