more i3status
This commit is contained in:
@@ -7,47 +7,57 @@
|
||||
# If the above line is not correctly displayed, fix your editor first!
|
||||
|
||||
general {
|
||||
interval = 5
|
||||
interval = 1
|
||||
# color = '#FFFFFF'
|
||||
# color_good = '#00FF00'
|
||||
# color_bad = '#FF0000'
|
||||
# color_degraded = '#FFFF00'
|
||||
color = '#FFFFFF'
|
||||
color_good = '#FFFFFF'
|
||||
color_bad = '#FFFFFF'
|
||||
color_degraded = '#FFFFFF'
|
||||
|
||||
color_bad = '#F92672'
|
||||
color_degraded = '#F4Bf75'
|
||||
}
|
||||
|
||||
|
||||
order += volume_status
|
||||
order += spotify
|
||||
order += "wifi"
|
||||
order += "sysdata"
|
||||
# order += "exchange_rate nzdollar"
|
||||
order += online_status
|
||||
order += "battery_level 0"
|
||||
order += "clock"
|
||||
|
||||
battery_level 0 {
|
||||
format = "{percent}%"
|
||||
format = " {percent}% "
|
||||
notification = true
|
||||
threshold_full = 95
|
||||
}
|
||||
|
||||
clock {
|
||||
format = ["{Local}", "{NZ}"]
|
||||
format_time = "[{name}] %a %Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
# exchange_rate nzdollar {
|
||||
# base = "EUR"
|
||||
# cache_timeout = 3600
|
||||
# format = "{NZD} NZ$"
|
||||
# }
|
||||
|
||||
sysdata {
|
||||
format = "C {cpu_usage}% {cpu_temp} M {mem_used}G ({mem_used_percent}%)"
|
||||
precision = 1
|
||||
format_time = " [{name}] %a %Y-%m-%d %H:%M:%S "
|
||||
}
|
||||
|
||||
wifi {
|
||||
format_down = "W: down"
|
||||
format_up = "W: {signal_percent} {ssid}"
|
||||
bitrate_bad = 1
|
||||
bitrate_degraded = 1
|
||||
format_down = " down "
|
||||
format_up = " {signal_percent} {ssid} "
|
||||
}
|
||||
|
||||
spotify {
|
||||
format = " {title} ({artist}) - {time} "
|
||||
format_down = "no Spotify"
|
||||
}
|
||||
|
||||
online_status {
|
||||
format = " {icon} "
|
||||
}
|
||||
|
||||
volume_status {
|
||||
device = "12"
|
||||
cache_timeout = 1
|
||||
format = " {percentage}% "
|
||||
format_muted = " mute "
|
||||
thresholds = []
|
||||
command = "pactl"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user