mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02: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