diff --git a/src/Desktop/README.md b/src/Desktop/README.md new file mode 100644 index 0000000..d94d1e8 --- /dev/null +++ b/src/Desktop/README.md @@ -0,0 +1,4 @@ +# Desktop entries + + +Install to `~/.local/share/applications/`. diff --git a/src/Desktop/reboot.desktop b/src/Desktop/reboot.desktop new file mode 100644 index 0000000..a0ed5b1 --- /dev/null +++ b/src/Desktop/reboot.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Reboot +Comment=Reboot the computer +Icon=system-reboot-symbolic +Exec=/usr/bin/reboot diff --git a/src/Desktop/shutdown.desktop b/src/Desktop/shutdown.desktop new file mode 100644 index 0000000..584a677 --- /dev/null +++ b/src/Desktop/shutdown.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Shutdown +Comment=Shutdown the computer +Icon=system-shutdown-symbolic +Exec=/usr/bin/shutdown now diff --git a/src/Desktop/uefi.desktop b/src/Desktop/uefi.desktop new file mode 100644 index 0000000..d16cae9 --- /dev/null +++ b/src/Desktop/uefi.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=UEFI +Comment=Reboot to UEFI +Icon=system-run-symbolic +Exec=/usr/bin/systemctl reboot --firmware-setup