diff options
Diffstat (limited to 'hyprlock/Scripts/songdetail.sh')
| -rwxr-xr-x | hyprlock/Scripts/songdetail.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyprlock/Scripts/songdetail.sh b/hyprlock/Scripts/songdetail.sh index 51745e6..f259d92 100755 --- a/hyprlock/Scripts/songdetail.sh +++ b/hyprlock/Scripts/songdetail.sh @@ -1,5 +1,5 @@ #!/bin/bash -song_info=$(playerctl metadata --format '{{title}} {{artist}}') +song_info=$(mpc status --format "%title% - %artist%" | head -n1) -echo "$song_info" +echo "🎵 $song_info" |
