diff --git a/home/.local/bin/nextdns-tray b/home/.local/bin/nextdns-tray old mode 100644 new mode 100755 diff --git a/home/.local/share/applications/nextdns-tray.desktop b/home/.local/share/applications/nextdns-tray.desktop index 5a84081..7dbc00c 100755 --- a/home/.local/share/applications/nextdns-tray.desktop +++ b/home/.local/share/applications/nextdns-tray.desktop @@ -1,11 +1,10 @@ [Desktop Entry] -Type=Application -Name=NextDNS Tray Icon Comment=Manage NextDNS Service -Exec=nextdns-tray +Exec=/home/hans/git-repos/nextdns-linux-trayicon/venv/bin/python /home/hans/git-repos/nextdns-linux-trayicon/home/.local/bin/nextdns-tray Icon=nextdns +MimeType= +Name=NextDNS Tray Icon +Path=/home/hans/git-repos/nextdns-linux-trayicon/home/.local/bin Terminal=false -Categories=Network; -StartupNotify=false -# This prevents it from appearing as a blank window in the taskbar +Type=Application X-KDE-StartupNotify=false diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f071fe7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +PyQt6==6.10.2 +PyQt6-Qt6==6.10.2 +PyQt6_sip==13.11.0