Removing spotify, adding vscodium, adding tidal logo
This commit is contained in:
parent
4dfe4dcac5
commit
09435e3081
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
export HOME=$HOME/games
|
||||
/usr/bin/steam
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
HOME=$HOME/.cache/vscode-oss /usr/bin/vscodium
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/spotify
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue