6 lines
169 B
Bash
Executable File
6 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
|
|
killall spotify-lyrics
|
|
sleep 0.1
|
|
"$HOME/.local/bin/spotify-lyrics" clear
|
|
notify-send -a "spotify-lyrics" "Cache Cleared" "The lyrics cache have been cleared." |