dotfiles/.config/hypr/scripts/current_song
2024-10-05 20:14:08 +02:00

5 lines
108 B
Bash
Executable file

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