mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
update
This commit is contained in:
parent
f6d4ed07df
commit
83ef50dedb
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@ screenshots/*
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
sysgo/.*
|
sysgo/.*
|
||||||
*-local.ini
|
*-local.ini
|
||||||
|
*.db
|
||||||
|
|
||||||
|
|||||||
4
.xinitrc
4
.xinitrc
@ -2,14 +2,18 @@ session=${1:-gameshell}
|
|||||||
|
|
||||||
case $session in
|
case $session in
|
||||||
hdmi )
|
hdmi )
|
||||||
|
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
||||||
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||||
# exec /usr/bin/twm -f ~/launchergo/.twmrc
|
# exec /usr/bin/twm -f ~/launchergo/.twmrc
|
||||||
exec ~/launchergo/dwm-mod
|
exec ~/launchergo/dwm-mod
|
||||||
;;
|
;;
|
||||||
gameshell )
|
gameshell )
|
||||||
|
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
||||||
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||||
# exec awesome -c ~/launchergo/awesome/rc.lua
|
# exec awesome -c ~/launchergo/awesome/rc.lua
|
||||||
|
|||||||
BIN
launchergo
Executable file
BIN
launchergo
Executable file
Binary file not shown.
@ -1,2 +1,3 @@
|
|||||||
618470b8729c311771a2d644c636e833 launchergo
|
01a90fb61275b029414bd9e12600ecd9 launchergo
|
||||||
67febe965776f67a3d0018732378359e dwm-mod
|
67febe965776f67a3d0018732378359e dwm-mod
|
||||||
|
916afbebf950e58316a85b0ffc02c4ae app
|
||||||
|
|||||||
@ -4,6 +4,6 @@ set -x
|
|||||||
find . -iname "*.so" -exec md5sum {} + > md5sum.log
|
find . -iname "*.so" -exec md5sum {} + > md5sum.log
|
||||||
echo `md5sum launchergo` >> md5sum.log
|
echo `md5sum launchergo` >> md5sum.log
|
||||||
echo `md5sum dwm-mod` >> md5sum.log
|
echo `md5sum dwm-mod` >> md5sum.log
|
||||||
|
echo `md5sum app` >> md5sum.log
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user