Files
dotfiles/i3/i3status.conf

64 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-08-09 22:04:06 +02:00
# 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 {
2017-09-08 10:39:59 +02:00
interval = 1
2017-08-09 22:04:06 +02:00
# color = '#FFFFFF'
# color_good = '#00FF00'
# color_bad = '#FF0000'
# color_degraded = '#FFFF00'
color = '#FFFFFF'
color_good = '#FFFFFF'
2017-09-08 10:39:59 +02:00
color_bad = '#F92672'
color_degraded = '#F4Bf75'
2017-08-09 22:04:06 +02:00
}
2017-09-08 10:39:59 +02:00
order += volume_status
order += spotify
2017-08-09 22:04:06 +02:00
order += "wifi"
2017-09-08 10:39:59 +02:00
order += online_status
2017-08-09 22:04:06 +02:00
order += "battery_level 0"
order += "clock"
battery_level 0 {
2017-09-08 10:39:59 +02:00
format = "  {percent}% "
2017-08-09 22:04:06 +02:00
notification = true
2017-09-08 10:39:59 +02:00
threshold_full = 95
2017-08-09 22:04:06 +02:00
}
clock {
format = ["{Local}", "{NZ}"]
2017-09-08 10:39:59 +02:00
format_time = "  [{name}] %a %Y-%m-%d %H:%M:%S "
2017-08-09 22:04:06 +02:00
}
2017-09-08 10:39:59 +02:00
wifi {
bitrate_bad = 1
bitrate_degraded = 1
format_down = "  down "
format_up = "  {signal_percent} {ssid} "
}
2017-08-09 22:04:06 +02:00
2017-09-08 10:39:59 +02:00
spotify {
format = "  {title} ({artist}) - {time} "
format_down = "no Spotify"
2017-08-09 22:04:06 +02:00
}
2017-09-08 10:39:59 +02:00
online_status {
format = " {icon} "
2017-08-09 22:04:06 +02:00
}
2017-09-08 10:39:59 +02:00
volume_status {
device = "12"
cache_timeout = 1
format = "  {percentage}% "
format_muted = "  mute "
thresholds = []
command = "pactl"
}