Add desktop entries for power management
This commit is contained in:
parent
059606a01a
commit
9c26ec8a3d
4 changed files with 22 additions and 0 deletions
4
src/Desktop/README.md
Normal file
4
src/Desktop/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Desktop entries
|
||||||
|
<https://wiki.archlinux.org/title/Desktop_entries>
|
||||||
|
|
||||||
|
Install to `~/.local/share/applications/`.
|
6
src/Desktop/reboot.desktop
Normal file
6
src/Desktop/reboot.desktop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Reboot
|
||||||
|
Comment=Reboot the computer
|
||||||
|
Icon=system-reboot-symbolic
|
||||||
|
Exec=/usr/bin/reboot
|
6
src/Desktop/shutdown.desktop
Normal file
6
src/Desktop/shutdown.desktop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Shutdown
|
||||||
|
Comment=Shutdown the computer
|
||||||
|
Icon=system-shutdown-symbolic
|
||||||
|
Exec=/usr/bin/shutdown now
|
6
src/Desktop/uefi.desktop
Normal file
6
src/Desktop/uefi.desktop
Normal file
|
@ -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
|
Loading…
Reference in a new issue