From 2a1aaa9b7e34b11413b0bbfc4dec6f0ba087f81c Mon Sep 17 00:00:00 2001 From: Perdixky <3293789706@qq.com> Date: Fri, 28 Nov 2025 14:07:58 +0800 Subject: [PATCH] config: use KDE network manager GUI for WiFi settings Replace nmtui (terminal UI) with kcmshell6 kcm_networkmanagement for network settings to match the Bluetooth settings UI style and provide a more consistent graphical user experience. --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 1716aa2ef..0cf28653a 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -153,7 +153,7 @@ Singleton { property JsonObject apps: JsonObject { property string bluetooth: "kcmshell6 kcm_bluetooth" - property string network: "kitty -1 fish -c nmtui" + property string network: "kcmshell6 kcm_networkmanagement" property string networkEthernet: "kcmshell6 kcm_networkmanagement" property string taskManager: "plasma-systemmonitor --page-name Processes" property string terminal: "kitty -1" // This is only for shell actions