mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 21:10:38 -04:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
song_info=$(playerctl metadata --format '{{title}} {{artist}}')
|
|
|
|
echo "$song_info"
|