@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
@@ -1,13 +1,11 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=NextDNS Tray
|
Name=NextDNS Tray Icon
|
||||||
Comment=Manage NextDNS Service
|
Comment=Manage NextDNS Service
|
||||||
# Ensure this path points to your actual script
|
Exec=nextdns-tray
|
||||||
Exec=python3 /home/hans/bin/nextdns_tray.py
|
|
||||||
# This is the icon that shows up in the menu/launcher
|
|
||||||
Icon=nextdns
|
Icon=nextdns
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;System;
|
Categories=Network;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
# This prevents it from appearing as a blank window in the taskbar
|
# This prevents it from appearing as a blank window in the taskbar
|
||||||
X-KDE-StartupNotify=false
|
X-KDE-StartupNotify=false
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user