1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 06:51:58 +01:00

raw jinja playerctl

This commit is contained in:
eoli3n 2023-11-08 16:36:54 +01:00
parent faaf8d5c0b
commit 5b870c787e

@ -56,7 +56,7 @@
(deflisten music :initial ""
"playerctl --follow metadata --format '{{ artist }} - {{ title }}' || true")
"playerctl --follow metadata --format '{% raw %}{{ artist }} - {{ title }}{% endraw %}' || true")
(defpoll volume :interval "1s"
"scripts/getvol")