diff options
| author | tassaron | 2022-05-03 18:40:24 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-03 18:40:24 -0400 |
| commit | 10325b83bf374359e4b23457c81d0f1bf3b314af (patch) | |
| tree | 8e74ac311b77dc1bb3b4d36e3ef19b140be496c2 | |
| parent | c158b75945d172007735e6f4d6c9b6ee5af7944d (diff) | |
add .desktop file to launch graphically on Linux desktops
Still needs an icon. We need some ideas for one
| -rwxr-xr-x | avp.desktop | 10 |
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; |
