aboutsummaryrefslogtreecommitdiff
path: root/modules/home/desktop/components/eww/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-15 20:48:48 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-15 20:48:48 -0700
commitf84ce65404aaa994826904f43557141eaefa5889 (patch)
tree9a3fb48eace04d2daf8c9ab52c146d5901278f41 /modules/home/desktop/components/eww/default.nix
parent3d7fc9a4edf1ca323dcda3378eb6810028623f4c (diff)
home: enable playerctld
Diffstat (limited to 'modules/home/desktop/components/eww/default.nix')
-rw-r--r--modules/home/desktop/components/eww/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/desktop/components/eww/default.nix b/modules/home/desktop/components/eww/default.nix
index 226ccc0..aedacba 100644
--- a/modules/home/desktop/components/eww/default.nix
+++ b/modules/home/desktop/components/eww/default.nix
@@ -35,7 +35,7 @@ in {
${pkgs.ffmpeg}/bin/ffmpeg -y -v quiet -i "$cmus_path" -c:v copy -f mjpeg ~/$OUTFILE
fi
else
- mpris=$(${pkgs.playerctl}/bin/playerctl --player=cmus,firefox,%any metadata mpris:artUrl)
+ mpris=$(${pkgs.playerctl}/bin/playerctl --player=playerctld,cmus,firefox,%any metadata mpris:artUrl)
if [[ $mpris == data:image* ]]; then
echo $mpris | sed s/.*,//g | base64 --decode > ~/$OUTFILE