dotfiles/de/home/.config/eww/scripts/home/nowplaying.sh
2026-02-17 12:30:02 -08: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))}}"}'