dotfiles-remastered/.config/eww/modules/playerctl/playerctl.yuck

20 lines
471 B
Plaintext
Raw Normal View History

2023-11-26 23:34:43 +00:00
(deflisten playerctl
:initial ""
"playerctl --player=spotify,%any -f '{{title}} - {{artist}}' metadata -F"
)
(defwidget playerctl []
(eventbox
:onscroll "modules/playerctl/playerctl-volume.sh {}"
:onmiddleclick "hyprctl dispatch togglespecialworkspace spotify"
:onclick "playerctl --player=spotify,%any play-pause"
:onrightclick "playerctl --player=spotify,%any next"
(label
:class "playerctl"
:text {playerctl}
)
)
)