From 4b6d7916e673efc7baecb40df5bc0a9509c834e6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:13:57 +1000 Subject: config: add clock font config Also use mono font for lock media artist Add rubik to nix font deps --- config/AppearanceConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/AppearanceConfig.qml') 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 { -- cgit v1.2.3-freya