Polybar: Hide Dropbox module when not doing anything
This commit is contained in:
parent
2dc968e6ce
commit
911ad5582f
@ -220,7 +220,7 @@ format-prefix-foreground = ${res/colors.icon-dropbox}
|
||||
interval = 15
|
||||
|
||||
exec = dropbox status
|
||||
exec-if = which dropbox
|
||||
exec-if = which dropbox && [ "`dropbox status`" != "Up to date" ]
|
||||
|
||||
[module/fs-home]
|
||||
type = internal/fs
|
||||
|
Loading…
x
Reference in New Issue
Block a user