From 1f6418d48077a7d0ca7d1cfdac3445130f9c3c54 Mon Sep 17 00:00:00 2001 From: Zoe Moore Date: Sun, 16 Oct 2022 00:31:38 -0700 Subject: [PATCH] Added desktop file. Still need an icon tho --- toolbox.desktop | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 toolbox.desktop diff --git a/toolbox.desktop b/toolbox.desktop new file mode 100644 index 0000000..a9d4cca --- /dev/null +++ b/toolbox.desktop @@ -0,0 +1,25 @@ +[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=toolbox + +# A comment which can/will be used as a tooltip +Comment=A collection of useful tools + +# The path to the folder in which the executable is run +Path=/usr/local/bin/toolbox + +# The executable of the application, possibly with arguments. +Exec=toolbox + +# 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=Utility;