copy paste failure
This commit is contained in:
parent
eb28591dcf
commit
6b43b59bc0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
|
gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
|
||||||
</Program>
|
</Program>
|
||||||
<Program label="Shutdown" icon="/usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg">
|
<Program label="Shutdown" icon="/usr/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg">
|
||||||
gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
|
gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl poweroff
|
||||||
</Program>
|
</Program>
|
||||||
|
|
||||||
</RootMenu>
|
</RootMenu>
|
||||||
|
|
Loading…
Reference in a new issue