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

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