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:
parent
373839598d
commit
4cdee12996
@ -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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user