Add playerctl daemon
This commit is contained in:
parent
7ada4fd9af
commit
e85f1b8d00
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ pkill wl-paste
|
||||||
wl-paste --watch cliphist store & disown
|
wl-paste --watch cliphist store & disown
|
||||||
wl-paste --watch pkill -RTMIN+9 waybar & 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
|
# Screenshot notification
|
||||||
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue