summaryrefslogtreecommitdiff
path: root/modules/bar/components
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 15:14:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 15:14:04 +1000
commit0771aad11e5302f8829f1e5490bd936963606519 (patch)
tree8791fbade1005dcf6f212e18247a9d903075d84e /modules/bar/components
parentlock: add resources (diff)
downloadcaelestia-shell-0771aad11e5302f8829f1e5490bd936963606519.tar.gz
caelestia-shell-0771aad11e5302f8829f1e5490bd936963606519.tar.bz2
caelestia-shell-0771aad11e5302f8829f1e5490bd936963606519.zip
lock: add fetch + refactor os info
Diffstat (limited to 'modules/bar/components')
-rw-r--r--modules/bar/components/OsIcon.qml2
1 files changed, 1 insertions, 1 deletions
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