Compare commits

..

No commits in common. "4dfe4dcac51629750854a13219c0edd17cc273c5" and "af7e14bcaf5c06fa5273408e563bb408d29ed019" have entirely different histories.

6 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
# Wrapper for Jellyfin Media Player to auto start/stop jellyfin-rpc
if [ ! -f "$HOME/.local/bin/jellyfin-rpc" ]; then
echo "Please ensure jellyfin-rpc is installed to ~/.local/bin/ and executable"
fi
$HOME/.local/bin/jellyfin-rpc &
/usr/bin/jellyfinmediaplayer
kill -9 $(pgrep -f jellyfin-rpc)
exit

View file

@ -25,4 +25,4 @@ if [[ $DATA == *"null"* ]]; then
exit exit
fi fi
printf "${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n" printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n"

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Link some stuff to /usr/local/bin for ease of access with menus # 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 if [ "$EUID" -ne 0 ]; then echo "Please run as root"; exit; fi
ln -s $(pwd)/apsalar/global/jellyfinmediaplayer /usr/local/bin/jellyfinmediaplayer ln -s $(pwd)/apsalar/audacious /usr/local/bin/audacious
ln -s $(pwd)/apsalar/spotify /usr/local/bin/spotify ln -s $(pwd)/apsalar/spotify /usr/local/bin/spotify

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

BIN
icons/heroic-games.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
icons/keybase.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB