Removing spotify, adding vscodium, adding tidal logo

This commit is contained in:
Siina Mashek 2023-12-07 01:01:12 +02:00
parent 4dfe4dcac5
commit 09435e3081
5 changed files with 9 additions and 7 deletions

4
apsalar/global/steam Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export HOME=$HOME/games
/usr/bin/steam

4
apsalar/global/vscodium Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
HOME=$HOME/.cache/vscode-oss /usr/bin/vscodium

View File

@ -1,5 +0,0 @@
#!/bin/sh
/usr/bin/rescrobbled &
/usr/bin/spotify
kill -9 $(pgrep -f rescrobbled)
exit

View File

@ -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

BIN
icons/tidal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB