From 5fea237ae1857d18ed6b3e3216f5015a95ec3cb5 Mon Sep 17 00:00:00 2001 From: kirreen <kirreen.forsaeus@gmail.com> Date: Thu, 6 Mar 2025 16:33:36 +0100 Subject: [PATCH] added my reboot / poweroff stuff finally --- home/desktop-files/poweroff.desktop | 28 ++++++++++++++++++++++++++++ home/desktop-files/reboot.desktop | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100755 home/desktop-files/poweroff.desktop create mode 100755 home/desktop-files/reboot.desktop diff --git a/home/desktop-files/poweroff.desktop b/home/desktop-files/poweroff.desktop new file mode 100755 index 0000000..3939cac --- /dev/null +++ b/home/desktop-files/poweroff.desktop @@ -0,0 +1,28 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=poweroff + +# A comment which can/will be used as a tooltip +Comment=shut the motherfucking system down + +# The path to the folder in which the executable is run +#Path=/opt/jmemorise + +# The executable of the application, possibly with arguments. +Exec=/usr/bin/poweroff + +# The name of the icon that will be used to display this entry +Icon=power + +# Describes whether this application needs to be run in a terminal or not +Terminal=false + +# Describes the categories in which this entry should be shown +Categories=Education;Languages;Java; diff --git a/home/desktop-files/reboot.desktop b/home/desktop-files/reboot.desktop new file mode 100755 index 0000000..f73001f --- /dev/null +++ b/home/desktop-files/reboot.desktop @@ -0,0 +1,28 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=reboot + +# A comment which can/will be used as a tooltip +Comment=shut the motherfucking system down + +# The path to the folder in which the executable is run +#Path=/opt/jmemorise + +# The executable of the application, possibly with arguments. +Exec=/usr/bin/reboot + +# The name of the icon that will be used to display this entry +Icon=reboot + +# Describes whether this application needs to be run in a terminal or not +Terminal=false + +# Describes the categories in which this entry should be shown +Categories=Education;Languages;Java;