[hamster-applet] "elite" trophy



commit ab54913d23ee3b655582c158b1478406e03256e8
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri Aug 20 21:13:16 2010 +0100

    "elite" trophy

 src/hamster/trophies.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/hamster/trophies.py b/src/hamster/trophies.py
index 96dbc7e..b10a438 100644
--- a/src/hamster/trophies.py
+++ b/src/hamster/trophies.py
@@ -188,5 +188,10 @@ class Checker(object):
             if activity_count == 500:
                 unlock("hamster-applet", "ultra_focused")
 
+        # elite - hidden - start an activity at 13:37
+        if dt.datetime.now().hour == 13 and dt.datetime.now().minute == 37:
+            unlock("elite")
+
+
 
 checker = Checker()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]