From 6a7ca87e970db255643c8e66f3c2a46942a8ce87 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 12 Apr 2025 11:02:45 +0200 Subject: [PATCH] I added social stream ninja --- .../private_applications/socialninja.desktop | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 private_dot_local/private_share/private_applications/socialninja.desktop diff --git a/private_dot_local/private_share/private_applications/socialninja.desktop b/private_dot_local/private_share/private_applications/socialninja.desktop new file mode 100644 index 0000000..56eeaea --- /dev/null +++ b/private_dot_local/private_share/private_applications/socialninja.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + + +# The name of the application +Name=Social Stream Ninja + +# A comment which can/will be used as a tooltip +Comment=Chatterino but slightly better + + +# The executable of the application, possibly with arguments. +Exec=socialstreamninja + +# The name of the icon that will be used to display this entry +Icon= + +# Describes whether this application needs to be run in a terminal or not +Terminal=false