summaryrefslogtreecommitdiff
path: root/modules/bar/components/Power.qml
blob: 2524b3e4ac7c43e96a3374351ca218f3bf4ed3e9 (plain)
1
2
3
4
5
6
7
8
9
import "root:/widgets"
import "root:/config"

MaterialIcon {
    text: "power_settings_new"
    color: Appearance.colours.red
    font.bold: true
    font.pointSize: Appearance.font.size.normal
}