Skip to content

Instantly share code, notes, and snippets.

@Epicfisher
Created February 3, 2022 04:47
Show Gist options
  • Save Epicfisher/b5ad8d519d99d158fffabea58c718e00 to your computer and use it in GitHub Desktop.
Save Epicfisher/b5ad8d519d99d158fffabea58c718e00 to your computer and use it in GitHub Desktop.
# This is a simple Linux Bash Script to run Spotify, wait 6 Seconds, and then minimize it to the System Tray using KDocker.
spotify --no-zygote &
sleep 6
wget -nc "https://epicfisher.keybase.pub/images/SpotifyWhite.png"
kdocker -q -i ./SpotifyWhite.png -n "Spotify" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment