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;