mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 10:52:52 +01:00
99_PowerOFF, seeyou png path fix
This commit is contained in:
@@ -54,7 +54,7 @@ func (self *PowerOFFConfirmPage) KeyDown(ev *event.Event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ev.Data["Key"] == UI.CurKeys["X"] {
|
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 += "sleep 3;"
|
||||||
cmdpath += "sudo reboot"
|
cmdpath += "sudo reboot"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user