Files
dotfiles/.config/i3status/config

40 lines
688 B
Plaintext

general {
colors = true
interval = 5
output_format = "i3bar"
color_good = "#43a0f7"
color_degraded = "#1565c0"
color_bad = "#c62828"
}
order += "disk /"
order += "ethernet enp0s3"
order += "battery 0"
order += "weather_yahoo"
order += "time"
ethernet enp0s3 {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
low_threshold = 10
threshold_type = percentage
last_full_capacity = false
format = "%status %percentage %remaining"
}
time {
format = "%m/%d/%Y %H:%M:%S"
}
disk "/" {
format = "%free/%total"
}
weather_yahoo {
city_code = 'USPA1928'
}