Files
dotfiles/i3/i3status.conf
2017-09-09 14:58:11 +02:00

64 lines
1.3 KiB
Plaintext

# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
interval = 1
# color = '#FFFFFF'
# color_good = '#00FF00'
# color_bad = '#FF0000'
# color_degraded = '#FFFF00'
color = '#FFFFFF'
color_good = '#FFFFFF'
color_bad = '#F92672'
color_degraded = '#F4Bf75'
}
order += volume_status
order += spotify
order += "wifi"
order += online_status
order += "battery_level 0"
order += "clock"
battery_level 0 {
format = "  {percent}% "
notification = true
threshold_full = 95
}
clock {
format = ["{Local}", "{NZ}"]
format_time = "  [{name}] %a %Y-%m-%d %H:%M:%S "
}
wifi {
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"
}