Compare commits

...

2 commits

Author SHA1 Message Date
1120330411 Adding icons used by scripts 2024-10-10 06:18:41 +03:00
69310db954 Vesktop was not using for some reason 2024-10-10 06:18:29 +03:00
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
arRPCdir="$HOME/src/arRPC"
Vesktopdir="$HOME/src/Vesktop"
arRPCdir="$HOME/.local/share/arRPC"
Vesktopdir="$HOME/.local/share/Vesktop"
if [ ! $(which node) ]; then
echo "Pleases install nodejs and try again."
@ -39,9 +39,9 @@ run_arRPC () {
run_vesktop () {
echo "Starting Vesktop"
if [ ! -d $HOME/src/Vesktop ]; then install_vesktop; fi
if [ ! -d $HOME/src/Vesktop/dist/linux-unpacked ]; then build_vesktop; fi
cd $HOME/src/Vesktop/dist/linux-unpacked
if [ ! -d $Vesktopdir ]; then install_vesktop; fi
if [ ! -d $Vesktopdir/dist/linux-unpacked ]; then build_vesktop; fi
cd $Vesktopdir/dist/linux-unpacked
./vesktop \
--enable-features=UseOzonePlatform,WaylandWindowDecorations \
--ozone-platform-hint=auto

BIN
icons/discord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB