From 92811eb6050c2f2971c6ab8998b18d448ded35a0 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 4 Apr 2026 10:34:46 +0530 Subject: Departure from catppuccin to gruvbox --- hyprlock/Scripts/songdetail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyprlock/Scripts') 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" -- cgit v1.2.3