We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0210097 commit 8c4d4deCopy full SHA for 8c4d4de
src/scripts/session-reboot.sh
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
#
3
-# name: Reboot
+# name: Restart
4
# icon: system-restart
5
-# description: Restart the system
+# description: Reboot the system
6
# keywords: power reboot restart
7
8
gnome-session-quit --reboot
src/scripts/session-shutdown.sh
-# name: Shut Down
+# name: Power off
# icon: system-shutdown
-# description: Power off the system
+# description: Shut down the system
# keywords: power off shutdown
gnome-session-quit --power-off
0 commit comments