dotfiles/wayland/config/eww/scripts/home/nowplaying.sh
2026-04-07 17:56:10 -07:00

3 lines
147 B
Bash
Executable file

#!/bin/bash
playerctl --follow metadata --format '{"status":"{{lc(status)}}","artist":"{{artist}}","title":"{{markup_escape(trunc(title,23))}}"}'