removed network module and moved it to tray, have a popout window without content! everything still in wi.i.p.

This commit is contained in:
2026-06-13 18:22:03 +02:00
parent 82518006c3
commit 1d63e67554
9 changed files with 90 additions and 73 deletions
+16
View File
@@ -0,0 +1,16 @@
pragma ComponentBehavior: Bound
import Quickshell
import Quickshell.Networking
import qs.Components
import qs.Config
import qs.Modules
import qs.Helpers as Helpers
item {
id: root
function networkScan() {
Networking.scanForNetworks();
}
}