summaryrefslogtreecommitdiff
path: root/modules/bar/components/OsIcon.qml
blob: 0daa9459b1703df26e5d403df2fb16196408f787 (plain)
1
2
3
4
5
6
7
8
9
10
import "root:/widgets"
import "root:/utils"
import "root:/config"

StyledText {
    text: Icons.osIcon
    font.pointSize: Appearance.font.size.smaller
    font.family: Appearance.font.family.mono
    color: Appearance.colours.yellow
}