diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-26 16:35:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-26 16:35:54 +0200 |
commit | 4b19e75939c5b7122d1429f6f258d4b83cd90dde (patch) | |
tree | c1af105b3b9f98326bb59a7c0a5f516f15b9f1f4 /resources/themes/simple_clock | |
parent | d9c48b3d78430c190a8077f0ec1fb65de1fc8b09 (diff) |
Imported Upstream version 0.6.9upstream/0.6.9
Diffstat (limited to 'resources/themes/simple_clock')
-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" /> |