diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-11-07 17:14:24 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-11-07 17:17:58 +0300 |
commit | 1393b787bdeb0212a628fb2c97ff913420b2f140 (patch) | |
tree | 228368b62bf77588038dd73765468f6f5a648196 /dotfiles/.config/waybar/config | |
parent | ea60c5f82509808317681de204f5d3ddf7cb360c (diff) | |
download | swayrice-1393b787bdeb0212a628fb2c97ff913420b2f140.tar.gz swayrice-1393b787bdeb0212a628fb2c97ff913420b2f140.zip |
waybar: update and clean css after waybar update
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>", |