From 65aad59ef0802708a8a7c8a312755232cc1823d3 Mon Sep 17 00:00:00 2001 From: subh Date: Mon, 19 Jan 2026 21:47:02 +0530 Subject: initial commit --- hyprlock/Scripts/songdetail.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hyprlock/Scripts/songdetail.sh (limited to 'hyprlock/Scripts/songdetail.sh') diff --git a/hyprlock/Scripts/songdetail.sh b/hyprlock/Scripts/songdetail.sh new file mode 100755 index 0000000..51745e6 --- /dev/null +++ b/hyprlock/Scripts/songdetail.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +song_info=$(playerctl metadata --format '{{title}}  {{artist}}') + +echo "$song_info" -- cgit v1.2.3