more i3status

This commit is contained in:
2017-09-08 10:39:59 +02:00
parent 46311776b6
commit bae822cd0c

View File

@@ -7,47 +7,57 @@
# If the above line is not correctly displayed, fix your editor first! # If the above line is not correctly displayed, fix your editor first!
general { general {
interval = 5 interval = 1
# color = '#FFFFFF' # color = '#FFFFFF'
# color_good = '#00FF00' # color_good = '#00FF00'
# color_bad = '#FF0000' # color_bad = '#FF0000'
# color_degraded = '#FFFF00' # color_degraded = '#FFFF00'
color = '#FFFFFF' color = '#FFFFFF'
color_good = '#FFFFFF' color_good = '#FFFFFF'
color_bad = '#FFFFFF' color_bad = '#F92672'
color_degraded = '#FFFFFF' color_degraded = '#F4Bf75'
} }
order += volume_status
order += spotify
order += "wifi" order += "wifi"
order += "sysdata" order += online_status
# order += "exchange_rate nzdollar"
order += "battery_level 0" order += "battery_level 0"
order += "clock" order += "clock"
battery_level 0 { battery_level 0 {
format = "{percent}%" format = "{percent}% "
notification = true notification = true
threshold_full = 95
} }
clock { clock {
format = ["{Local}", "{NZ}"] format = ["{Local}", "{NZ}"]
format_time = "[{name}] %a %Y-%m-%d %H:%M:%S" 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
} }
wifi { wifi {
format_down = "W: down" bitrate_bad = 1
format_up = "W: {signal_percent} {ssid}" 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"
}