summaryrefslogtreecommitdiff
path: root/hyprlock/Scripts/songdetail.sh
diff options
context:
space:
mode:
authorsubh <subh@example.com>2026-01-19 21:47:02 +0530
committersubh <subh@example.com>2026-01-19 21:47:02 +0530
commit65aad59ef0802708a8a7c8a312755232cc1823d3 (patch)
treefe0a437f3e9a71ab5b9197d9b8fa72c24d2170ea /hyprlock/Scripts/songdetail.sh
initial commit
Diffstat (limited to 'hyprlock/Scripts/songdetail.sh')
-rwxr-xr-xhyprlock/Scripts/songdetail.sh5
1 files changed, 5 insertions, 0 deletions
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"