Compare commits

..

No commits in common. "b96369be23d6294352df9c89903c26ca0614d7ea" and "433dee312d2eaa99b8805ac62a9a9fb54204a1e7" have entirely different histories.

12 changed files with 1 additions and 31 deletions

View file

@ -1,23 +0,0 @@
#!/bin/sh
arRPCdir="$HOME/.local/lib/arRPC"
# check if arRPC is installed and autoinstall if necessary
install_arRPC () {
git clone https://github.com/OpenAsar/arRPC "$arRPCdir"
cd "$arRPCdir" && npm install
}
if [ ! -d "$arRPCdir" ]; then
install_arRPC
fi
# start arRPC
cd "$arRPCdir" && node src &
arRPCPID=$(pgrep -f 'node src')
# start Vesktop
/usr/local/bin/vesktop
# exit arRPC when Vesktop closes
pkill -9 $arRPCPID

View file

@ -25,11 +25,4 @@ if [[ $DATA == *"null"* ]]; then
exit
fi
r () {
echo $1 | sed 's/\./\,/'
}
w="$(r ${DATA[0]})"
fl="$(r ${DATA[1]})"
printf "${DESC:1:-1}, $w°C (fl $fl°C)\n"
printf "${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n"

BIN
icons/battlenet.png Normal file

Binary file not shown.

After

(image error) Size: 57 KiB

BIN
icons/dwarf_fortress.png Normal file

Binary file not shown.

After

(image error) Size: 6.6 KiB

BIN
icons/godotengine.png Normal file

Binary file not shown.

After

(image error) Size: 35 KiB

BIN
icons/librewolf.png Normal file

Binary file not shown.

After

(image error) Size: 9.5 KiB

BIN
icons/obsidian.png Normal file

Binary file not shown.

After

(image error) Size: 14 KiB

BIN
icons/publii.png Normal file

Binary file not shown.

After

(image error) Size: 934 B

BIN
icons/retroarch.png Normal file

Binary file not shown.

After

(image error) Size: 4 KiB

BIN
icons/starsector.png Normal file

Binary file not shown.

After

(image error) Size: 3.9 KiB

BIN
icons/tidal.png Normal file

Binary file not shown.

After

(image error) Size: 32 KiB

BIN
icons/veloren.png Normal file

Binary file not shown.

After

(image error) Size: 24 KiB