mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
SONG="$(mpc current)"
|
|
notify-send "Now playing:" "$SONG"
|