mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(custom): exec-if
This commit is contained in:
@ -46,6 +46,7 @@
|
||||
"custom/spotify": {
|
||||
"format": " {}",
|
||||
"max-length": 40,
|
||||
"exec": "$HOME/.bin/mediaplayer.sh"
|
||||
"exec": "$HOME/.bin/mediaplayer.sh",
|
||||
"exec-if": "pgrep spotify"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user