This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
mpdqueue
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add mpdqueue script and bind it
2020-06-01 08:52:55 +02:00
#!/bin/sh
# Show mpd queue in notification.
Update mimeapps.list and newsboat urls
2020-06-01 08:53:18 +02:00
notify-send -u normal "MPD queue" "$(mpc queued)"
Copy Permalink