GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
Edoko
/
dotfiles
Transfer to URL with SHA
Find file
Newer
Older
tree:
27eaab742f
Branches
Tags
×
main
dotfiles
/
.config
/
hypr
/
Scripts
/ songdetail.sh
Edoko
25 days ago
104 bytes
initial commit
Raw
Blame
History
#!/bin/bash song_info=$(playerctl metadata --format '{{title}} {{artist}}') echo "$song_info"