mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-18 17:46:53 +02:00
fix: eww playerctl variables
This commit is contained in:
parent
f61ba3c1d8
commit
f821a3d37b
1 changed files with 3 additions and 3 deletions
|
@ -64,10 +64,10 @@
|
|||
)
|
||||
|
||||
; Playerctl
|
||||
(deflisten psong "playerctl metadata --format '{{ title }}' -F")
|
||||
(deflisten partist "playerctl metadata --format '{{ artist }}' -F")
|
||||
(defpoll pstatus :initial "" :interval "1s" "playerctl status")
|
||||
(defpoll psong :initial "0" :interval "1s" "playerctl metadata --format '{{ title }}'")
|
||||
(defpoll partist :initial "" :interval "1s" "playerctl metadata --format '{{ artist }}'")
|
||||
(deflisten pcover "./scripts/pollcover.sh")
|
||||
(deflisten pstatus "playerctl status -F")
|
||||
(deflisten ptime
|
||||
:initial '{
|
||||
"position": 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue