summaryrefslogtreecommitdiff
path: root/hyprlock/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'hyprlock/Scripts')
-rwxr-xr-xhyprlock/Scripts/songdetail.sh4
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"