mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
99_PowerOFF, seeyou png path fix
This commit is contained in:
parent
c6a915a7f5
commit
588b89b657
@ -54,7 +54,7 @@ func (self *PowerOFFConfirmPage) KeyDown(ev *event.Event) {
|
||||
}
|
||||
|
||||
if ev.Data["Key"] == UI.CurKeys["X"] {
|
||||
cmdpath := "feh --bg-center gameshell/wallpaper/seeyou.png;"
|
||||
cmdpath := "feh --bg-center sysgo/gameshell/wallpaper/seeyou.png;"
|
||||
cmdpath += "sleep 3;"
|
||||
cmdpath += "sudo reboot"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user