mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 10:19:02 +05:30
feat(power): add power profile component
This commit is contained in:
11
modules/bar/PowerProfileWidget.qml
Normal file
11
modules/bar/PowerProfileWidget.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.ui
|
||||
import qs.services
|
||||
|
||||
BarButton {
|
||||
hoverHighlight: false
|
||||
pointerCursor: false
|
||||
label: PowerProfile.name
|
||||
iconSource: PowerProfile.icon
|
||||
}
|
||||
Reference in New Issue
Block a user