diff options
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 4cdc881..980201c 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -32,7 +32,7 @@ }, "custom/waybar-mpris": { "return-type": "json", - "exec": "waybar-mpris --position --autofocus --order=\"SYMBOL:ARTIST:TITLE:POSITION\" --pause=' <span color=\\\"#5b8277\\\"></span>' --play=' <span color=\\\"#b2872f\\\"></span>'", + "exec": "waybar-mpris --position --autofocus --order=\"SYMBOL:ARTIST:TITLE:POSITION\" --pause='<span color=\\\"#5b8277\\\"></span>' --play='<span color=\\\"#b2872f\\\"></span>'", "on-click": "waybar-mpris --send toggle", "on-click-right": "waybar-mpris --send player-next" }, @@ -173,7 +173,7 @@ "car": "", "default": ["", "", ""] }, - "on-click": "alacritty -e ncpamixer" + "on-click": "$TERMINAL -e ncpamixer" }, "custom/rec-status": { "format": "<span color=\"#5b8277\">{}</span>", |