.dotfiles/.bin/sh/songdetail.sh
2025-03-24 12:47:13 -04:00

5 lines
104 B
Bash
Executable file

#!/bin/bash
song_info=$(playerctl metadata --format '󰎆 {{title}} - {{artist}}')
echo "$song_info"