mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 10:19:02 +05:30
feat(bar): add network widget and service
This commit is contained in:
11
modules/bar/NetworkWidget.qml
Normal file
11
modules/bar/NetworkWidget.qml
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user