From: Philipp Zabel Date: Wed, 19 May 2010 19:16:31 +0000 (+0200) Subject: Slow down hour decades a little X-Git-Tag: v0.0.2~4 X-Git-Url: http://git.maemo.org/git/?p=chledclk;a=commitdiff_plain;h=4519af1c0d7e0a646f1f065d79d17fe60b4946fc;ds=sidebyside Slow down hour decades a little --- diff --git a/chledclk.vala b/chledclk.vala index 2420fcc..49f4f1f 100644 --- a/chledclk.vala +++ b/chledclk.vala @@ -42,10 +42,10 @@ class ChargingLEDClock : Object { string pattern = "9d804000"; int jump = 2; if (time.hour >= 20) { - pattern += "087f09ffa082"; + pattern += "0c7f0dffa082"; jump += 3; } else if (time.hour >= 10) { - pattern += "087f09ff"; + pattern += "0c7f0dff"; jump += 2; } if ((time.hour % 10) > 1) {