mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
Merge pull request #69 from MrP1xel/master
Update __init__.py : adding an image
This commit is contained in:
commit
1912b4e4af
@ -61,8 +61,9 @@ class PowerOffConfirmPage(ConfirmPage):
|
|||||||
pygame.event.post( pygame.event.Event(RUNSYS, message=cmdpath))
|
pygame.event.post( pygame.event.Event(RUNSYS, message=cmdpath))
|
||||||
|
|
||||||
if event.key == CurKeys["X"]:
|
if event.key == CurKeys["X"]:
|
||||||
|
cmdpath = "feh --bg-center gameshell/wallpaper/seeyou.png;"
|
||||||
cmdpath = "sudo reboot"
|
cmdpath += "sleep 3;"
|
||||||
|
cmdpath += "sudo reboot"
|
||||||
pygame.event.post( pygame.event.Event(RUNSYS, message=cmdpath))
|
pygame.event.post( pygame.event.Event(RUNSYS, message=cmdpath))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user