aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortassaron2022-05-03 18:40:24 -0400
committertassaron2022-05-03 18:40:24 -0400
commit10325b83bf374359e4b23457c81d0f1bf3b314af (patch)
tree8e74ac311b77dc1bb3b4d36e3ef19b140be496c2
parentc158b75945d172007735e6f4d6c9b6ee5af7944d (diff)
add .desktop file to launch graphically on Linux desktops
Still needs an icon. We need some ideas for one
-rwxr-xr-xavp.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/avp.desktop b/avp.desktop
new file mode 100755
index 0000000..9ebddcd
--- /dev/null
+++ b/avp.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Audio Visualizer Python
+#Exec=/usr/bin/env python3 -m avp
+#Exec=$HOME/.local/bin/avp
+Exec=$(which avp)
+Icon=
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=AudioVideo;AudioVideoEditing;