summaryrefslogtreecommitdiff
path: root/hyprlock/Scripts/songdetail.sh
blob: 51745e675a1eccb736429652566a808b45c81a7c (plain)
1
2
3
4
5
#!/bin/bash

song_info=$(playerctl metadata --format '{{title}}      {{artist}}')

echo "$song_info"