dotfiles/de/home/.config/waybar/scripts/feishin.sh
2024-11-30 21:30:04 -08:00

6 lines
189 B
Bash
Executable file

#!/bin/bash
artist=$(playerctl --player Feishin metadata artist)
title=$(playerctl --player Feishin metadata title)
printf '{"text":'"\" ${title} by ${artist}\""',"class":"enabled"}';