Switch waybar player handling, also breaking config

This commit is contained in:
2024-05-18 18:33:32 +02:00
parent c78d7a9f4f
commit 42608b79e8
3 changed files with 28 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/dash
CONFIG_FILES="$HOME/.config/waybar/config $HOME/.config/waybar/style.css"
CONFIG_FILES="$HOME/.config/waybar/config.jsonc $HOME/.config/waybar/style.css"
trap "killall waybar" EXIT