Fixed initial release

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-01-24 16:35:59 +01:00
parent bb98eea050
commit 93cf7c8621
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys
import subprocess
import time

View File

@@ -1,13 +1,11 @@
[Desktop Entry]
Type=Application
Name=NextDNS Tray
Name=NextDNS Tray Icon
Comment=Manage NextDNS Service
# Ensure this path points to your actual script
Exec=python3 /home/hans/bin/nextdns_tray.py
# This is the icon that shows up in the menu/launcher
Exec=nextdns-tray
Icon=nextdns
Terminal=false
Categories=Network;System;
Categories=Network;
StartupNotify=false
# This prevents it from appearing as a blank window in the taskbar
X-KDE-StartupNotify=false

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB