feat(Bar): add a warning about minimum height

This commit is contained in:
Alexis
2018-11-02 12:35:26 +01:00
parent 61e9f0803d
commit 7bca5fd6bd
3 changed files with 5 additions and 3 deletions

View File

@ -81,7 +81,7 @@
"format": " {}",
"max-length": 40,
"interval": 30, // Remove this if your script is endless and write in loop
"exec": "$HOME/.config/waybar/mediaplayer.sh", // Script in resources folder
"exec": "$HOME/.config/waybar/mediaplayer.sh 2> /dev/null", // Script in resources folder
"exec-if": "pgrep spotify"
}
}