mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Former-commit-id: 87d6945810
Former-commit-id: 3d70311e87bc03301e74e37a3843da97990beef9
Former-commit-id: 0813a1a42c92def48887b30dc25682ee34783cd2
Former-commit-id: b6c2d992625fd201c37d81fa812a6ad489e7db0b
3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
SONG="$(mpc current)"
|
|
notify-send "Now playing:" "$SONG"
|