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

6 lines
189 B
Bash

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