refactor(management): replace curses TUIs with API-backed ncp subcommands; panel/autostart/install integration
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Blueman Applet
|
||||
Comment=Bluetooth agent — icon suppressed; the Bluetooth genmon applet replaces it
|
||||
Icon=blueman
|
||||
TryExec=blueman-applet
|
||||
Exec=blueman-applet
|
||||
Hidden=true
|
||||
X-XFCE-Autostart-Override=true
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Blueman Applet
|
||||
Comment=Bluetooth agent — icon suppressed; the Bluetooth genmon applet replaces it
|
||||
Icon=blueman
|
||||
TryExec=blueman-applet
|
||||
Exec=blueman-applet
|
||||
Hidden=true
|
||||
X-XFCE-Autostart-Override=true
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Nexus Network Popup
|
||||
Exec=/home/jon/.local/bin/network-popup.py
|
||||
Hidden=false
|
||||
X-XFCE-Autostart-Override=true
|
||||
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Nexus Service Popup
|
||||
Exec=/home/jon/.local/bin/nexus-popup.py
|
||||
Hidden=false
|
||||
X-XFCE-Autostart-Override=true
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=nm-tray
|
||||
Hidden=true
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=nm-tray
|
||||
Comment=NetworkManager frontend (tray icon)
|
||||
Icon=network-transmit
|
||||
TryExec=nm-tray
|
||||
Exec=nm-tray
|
||||
Hidden=true
|
||||
X-XFCE-Autostart-Override=true
|
||||
Reference in New Issue
Block a user