Add playerctl daemon

This commit is contained in:
Aleksey Samoilov 2023-08-31 23:45:58 +04:00
parent 7ada4fd9af
commit e85f1b8d00

View file

@ -23,6 +23,10 @@ pkill wl-paste
wl-paste --watch cliphist store & disown
wl-paste --watch pkill -RTMIN+9 waybar & disown
# Playerctl daemon
pkill playerctl
playerctl -a metadata --format \'{{status}} {{title}}\' --follow | while read line; do pkill -RTMIN+5 waybar; done & disown
# Screenshot notification
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown