From 0771aad11e5302f8829f1e5490bd936963606519 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:14:04 +1000 Subject: lock: add fetch + refactor os info --- modules/bar/components/OsIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/components') diff --git a/modules/bar/components/OsIcon.qml b/modules/bar/components/OsIcon.qml index ecc69b5..ee24457 100644 --- a/modules/bar/components/OsIcon.qml +++ b/modules/bar/components/OsIcon.qml @@ -4,7 +4,7 @@ import qs.utils import qs.config StyledText { - text: Icons.osIcon + text: SysInfo.osIcon font.pointSize: Appearance.font.size.smaller font.family: Appearance.font.family.mono color: Colours.palette.m3tertiary -- cgit v1.2.3-freya