summaryrefslogtreecommitdiff
path: root/config/AppearanceConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 18:13:57 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 18:13:57 +1000
commit4b6d7916e673efc7baecb40df5bc0a9509c834e6 (patch)
tree4c51613dc318696864ef1fc121b8d02c3039f24d /config/AppearanceConfig.qml
parentconfig: change default fonts (diff)
downloadcaelestia-shell-4b6d7916e673efc7baecb40df5bc0a9509c834e6.tar.gz
caelestia-shell-4b6d7916e673efc7baecb40df5bc0a9509c834e6.tar.bz2
caelestia-shell-4b6d7916e673efc7baecb40df5bc0a9509c834e6.zip
config: add clock font config
Also use mono font for lock media artist Add rubik to nix font deps
Diffstat (limited to 'config/AppearanceConfig.qml')
-rw-r--r--config/AppearanceConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/AppearanceConfig.qml b/config/AppearanceConfig.qml
index 9b3688a..b25945b 100644
--- a/config/AppearanceConfig.qml
+++ b/config/AppearanceConfig.qml
@@ -38,6 +38,7 @@ JsonObject {
property string sans: "Rubik"
property string mono: "CaskaydiaCove NF"
property string material: "Material Symbols Rounded"
+ property string clock: "Rubik"
}
component FontSize: JsonObject {