summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 20:38:57 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 20:38:57 +0800
commit3d5956497866dbe354495424c0952c4726fe73e9 (patch)
tree0e539dade609ad47a125acbdf8c0b2faba42c54c /modules
parentbar: fix storing only one (diff)
downloadcaelestia-shell-3d5956497866dbe354495424c0952c4726fe73e9.tar.gz
caelestia-shell-3d5956497866dbe354495424c0952c4726fe73e9.tar.bz2
caelestia-shell-3d5956497866dbe354495424c0952c4726fe73e9.zip
dashboard: make weather icon less thick
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dash/Weather.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml
index 849929e..99947f7 100644
--- a/modules/dashboard/dash/Weather.qml
+++ b/modules/dashboard/dash/Weather.qml
@@ -43,6 +43,9 @@ Item {
text: root.icon || "cloud_alert"
color: Colours.palette.m3secondary
font.pointSize: Appearance.font.size.extraLarge * 2
+ font.variableAxes: ({
+ opsz: Appearance.font.size.extraLarge * 1.2
+ })
}
Column {