From fb9164721e34394497bf8489e5b3b37d3676a317 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Fri, 6 Feb 2015 16:48:46 +0000 Subject: [PATCH] attempt at better theming (different text classes + bigger when only one line is shown) --- tclock.edc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tclock.edc b/tclock.edc index 0470078..bed1261 100644 --- a/tclock.edc +++ b/tclock.edc @@ -22,11 +22,11 @@ collections { color_class: "module_label"; text { text: ""; - font: "Sans:style=Mono"; + font: "Sans"; size: 10; min: 1 1; align: 0.5 0.5; - text_class: "module_large"; + text_class: "module_normal"; } } description { @@ -43,6 +43,8 @@ collections { state: "only_visible" 0.0; inherit: "default" 0.0; rel2.relative: 1.0 1.0; + text.size: 12; + text.text_class: "module_large"; visible: 1; } } @@ -66,7 +68,7 @@ collections { color_class: "module_label"; text { text: ""; - font: "Sans:style=Mono"; + font: "Sans"; size: 9; min: 1 1; align: 0.5 0.5; @@ -87,6 +89,8 @@ collections { state: "only_visible" 0.0; inherit: "default" 0.0; rel1.relative: 0.0 0.0; + text.size: 12; + text.text_class: "module_large"; visible: 1; } }