Update bar

This commit is contained in:
2018-01-29 11:34:57 +01:00
parent a64cc7b357
commit f36a90aa86

View File

@@ -33,20 +33,21 @@ battery_level 0 {
} }
clock { clock {
format = ["{Local}", "{NZ}"] format = ["{Europe/Berlin}", "{NZ}", "{Cuba}" ]
format_time = "  [{name}] %a %Y-%m-%d %H:%M:%S " format_time = "  {name} \[KW %V\] %a %Y-%m-%d %H:%M:%S "
} }
wifi { wifi {
bitrate_bad = 1 bitrate_bad = 0
bitrate_degraded = 1 bitrate_degraded = 0
format_down = "  down " format_down = "  down "
format_up = "  {signal_percent} {ssid} " format_up = "  {signal_percent} {ssid} "
} }
spotify { spotify {
format = "  {title} ({artist}) - {time} " format = "  {title} - {artist} "
format_down = "no Spotify" format_down = "no Spotify"
cache_timeout = 10
} }
online_status { online_status {
@@ -54,8 +55,7 @@ online_status {
} }
volume_status { volume_status {
device = "12" cache_timeout = 10
cache_timeout = 1
format = "  {percentage}% " format = "  {percentage}% "
format_muted = "  mute " format_muted = "  mute "
thresholds = [] thresholds = []