hyprlock update

This commit is contained in:
xSghetti 2024-08-06 20:13:15 -04:00
parent efdee1d452
commit 816de082bf

View file

@ -0,0 +1,5 @@
#!/bin/bash
song_info=$(playerctl metadata --format '{{title}}  {{artist}}')
echo "$song_info"