From 93cf7c86218365fb065900045ef556e4b6645afd Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Sat, 24 Jan 2026 16:35:59 +0100 Subject: [PATCH] Fixed initial release Signed-off-by: Hans Kokx --- .../nextdns_tray.py => .local/bin/nextdns_tray} | 2 ++ .../share/applications/nextdns-tray.desktop | 8 +++----- home/{local => .local}/share/icons/nextdns.png | Bin 3 files changed, 5 insertions(+), 5 deletions(-) rename home/{bin/nextdns_tray.py => .local/bin/nextdns_tray} (99%) rename home/{local => .local}/share/applications/nextdns-tray.desktop (51%) rename home/{local => .local}/share/icons/nextdns.png (100%) diff --git a/home/bin/nextdns_tray.py b/home/.local/bin/nextdns_tray similarity index 99% rename from home/bin/nextdns_tray.py rename to home/.local/bin/nextdns_tray index 3790bea..30db21f 100644 --- a/home/bin/nextdns_tray.py +++ b/home/.local/bin/nextdns_tray @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import sys import subprocess import time diff --git a/home/local/share/applications/nextdns-tray.desktop b/home/.local/share/applications/nextdns-tray.desktop similarity index 51% rename from home/local/share/applications/nextdns-tray.desktop rename to home/.local/share/applications/nextdns-tray.desktop index 3bdf7e0..5a84081 100755 --- a/home/local/share/applications/nextdns-tray.desktop +++ b/home/.local/share/applications/nextdns-tray.desktop @@ -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 diff --git a/home/local/share/icons/nextdns.png b/home/.local/share/icons/nextdns.png similarity index 100% rename from home/local/share/icons/nextdns.png rename to home/.local/share/icons/nextdns.png