diff options
Diffstat (limited to 'resources/themes')
-rw-r--r-- | resources/themes/simple_clock/theme.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/themes/simple_clock/theme.xml b/resources/themes/simple_clock/theme.xml index e271b4b..04ec7ba 100644 --- a/resources/themes/simple_clock/theme.xml +++ b/resources/themes/simple_clock/theme.xml @@ -6,15 +6,15 @@ <center radius="80" activeRadius="55"> <center_layer file="ring.svg" /> <center_layer file="hour.svg" - active_alpha="0" + active_alpha="0.2" active_rotationMode="turn_to_hour_12" active_rotationSpeed="10" inactive_rotationMode="turn_to_hour_12" inactive_rotationSpeed="10" /> <center_layer file="minute.svg" - active_alpha="0" + active_alpha="0.2" active_rotationMode="turn_to_minute" active_rotationSpeed="10" inactive_rotationMode="turn_to_minute" inactive_rotationSpeed="10" /> <center_layer file="second.svg" - active_alpha="0" + active_alpha="0.2" active_rotationMode="turn_to_second" active_rotationSpeed="10" inactive_rotationMode="turn_to_second" inactive_rotationSpeed="10" /> <center_layer file="gloss.svg" /> |