feat(bar): add network widget and service

This commit is contained in:
tux
2026-09-04 01:36:50 +05:30
parent 570eea59ae
commit 77c56f9945
4 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
pragma ComponentBehavior: Bound
import qs.ui
import qs.services
BarButton {
hoverHighlight: false
pointerCursor: false
label: Network.statusText
iconSource: Network.icon
}