diff --git a/apsalar/global/steam b/apsalar/global/steam new file mode 100755 index 0000000..cc11411 --- /dev/null +++ b/apsalar/global/steam @@ -0,0 +1,4 @@ +#!/bin/sh + +export HOME=$HOME/games +/usr/bin/steam diff --git a/apsalar/global/vscodium b/apsalar/global/vscodium new file mode 100755 index 0000000..2330545 --- /dev/null +++ b/apsalar/global/vscodium @@ -0,0 +1,4 @@ +#!/bin/sh + +HOME=$HOME/.cache/vscode-oss /usr/bin/vscodium + diff --git a/apsalar/spotify b/apsalar/spotify deleted file mode 100755 index 50ab96c..0000000 --- a/apsalar/spotify +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -/usr/bin/rescrobbled & -/usr/bin/spotify -kill -9 $(pgrep -f rescrobbled) -exit diff --git a/globalink.sh b/globalink.sh index 59cb15a..62fca94 100755 --- a/globalink.sh +++ b/globalink.sh @@ -1,6 +1,5 @@ #!/bin/sh # Link some stuff to /usr/local/bin for ease of access with menus if [ "$EUID" -ne 0 ]; then echo "Please run as root"; exit; fi +ln -s $(pwd)/apsalar/global/vscodium /usr/local/bin/vscodium ln -s $(pwd)/apsalar/global/jellyfinmediaplayer /usr/local/bin/jellyfinmediaplayer -ln -s $(pwd)/apsalar/spotify /usr/local/bin/spotify - diff --git a/icons/tidal.png b/icons/tidal.png new file mode 100644 index 0000000..0ff0d5b Binary files /dev/null and b/icons/tidal.png differ