Update py3status
This commit is contained in:
@@ -27,8 +27,11 @@ order += "battery_level 0"
|
|||||||
order += "clock"
|
order += "clock"
|
||||||
|
|
||||||
battery_level 0 {
|
battery_level 0 {
|
||||||
format = " {percent}% "
|
format = " {icon} {percent}% "
|
||||||
|
blocks = ""
|
||||||
notification = true
|
notification = true
|
||||||
|
hide_when_full = true
|
||||||
|
notify_low_level = true
|
||||||
threshold_full = 95
|
threshold_full = 95
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,8 +49,9 @@ wifi {
|
|||||||
|
|
||||||
spotify {
|
spotify {
|
||||||
format = " {title} - {artist} "
|
format = " {title} - {artist} "
|
||||||
format_down = "no Spotify"
|
format_down = " off "
|
||||||
cache_timeout = 1
|
cache_timeout = 1
|
||||||
|
color_offline = '#FFFFFF'
|
||||||
}
|
}
|
||||||
|
|
||||||
online_status {
|
online_status {
|
||||||
|
|||||||
Reference in New Issue
Block a user