1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +08:00

remove pango markup for player to fix issues

This commit is contained in:
juan 2021-09-20 09:52:45 +08:00
parent 6e06ed101d
commit cb5aad9a44

View File

@ -39,6 +39,7 @@
"interval": 1800 "interval": 1800
}, },
"custom/player": { "custom/player": {
"escape": true,
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '", "exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '",
"interval": 15, "interval": 15,
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000" "on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"