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

remove mpd autostart and better handle of mpris

This commit is contained in:
juan 2021-09-03 21:56:40 +08:00
parent 373839598d
commit 4cdee12996
2 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ exec wlsunset -l 30.4 -L 104.0 -T 6500 -t 3500
exec light -S 70 exec light -S 70
exec --no-startup-id pipewire exec --no-startup-id pipewire
exec mako exec mako
exec mpd
exec ~/.cache/go/bin/mpd-mpris
exec playerctld daemon exec playerctld daemon
#my keybinds #my keybinds

View File

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