This commit is contained in:
cuu 2021-10-30 15:32:07 +00:00
parent f6d4ed07df
commit 83ef50dedb
6 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@ -23,3 +23,5 @@ screenshots/*
.DS_Store
sysgo/.*
*-local.ini
*.db

View File

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

BIN
app Executable file

Binary file not shown.

BIN
launchergo Executable file

Binary file not shown.

View File

@ -1,2 +1,3 @@
618470b8729c311771a2d644c636e833 launchergo
01a90fb61275b029414bd9e12600ecd9 launchergo
67febe965776f67a3d0018732378359e dwm-mod
916afbebf950e58316a85b0ffc02c4ae app

View File

@ -4,6 +4,6 @@ set -x
find . -iname "*.so" -exec md5sum {} + > md5sum.log
echo `md5sum launchergo` >> md5sum.log
echo `md5sum dwm-mod` >> md5sum.log
echo `md5sum app` >> md5sum.log