gamestore alpha

This commit is contained in:
cuu
2019-12-08 14:37:14 +00:00
parent 103838c531
commit 9c69b6a637
4 changed files with 68 additions and 16 deletions

View File

@@ -2,18 +2,18 @@ session=${1:-gameshell}
case $session in
hdmi )
exec ~/launcher/aria2c --conf-path=~/launcher/aria2.conf
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
cd ~/launcher/sys.py/ ; python appinstaller.py& cd ~/
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
exec ~/launcher/load.sh &
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
#exec /usr/bin/twm -f ~/launcher/.twmrc
exec ~/launcher/dwm-mod
;;
gameshell )
exec ~/launcher/aria2c --conf-path=~/launcher/aria2.conf
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
cd ~/launcher/sys.py/ ; python appinstaller.py& cd ~/
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
exec ~/launcher/load.sh &
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
#exec awesome -c ~/launcher/awesome/rc.lua