~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Date: 2012-07-14 01:49:30 UTC
  • Revision ID: git-v1:1da4153dc5272b318c16c7c129e2ac4e5a29cb78
Start using python's locale for l10n

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
MO_DIR = 'locale'
3
3
LOCALE_DOMAIN = "indicator-stickynotes"
4
4
 
5
 
SETTINGS_FILE = "~/.config/indicator-stickynotes"
6
 
DEBUG_SETTINGS_FILE = "~/.stickynotes"
7
 
 
8
 
FALLBACK_PROPERTIES = { "bgcolor_hsv": [48./360, 1, 1],
9
 
                        "textcolor": [32./255, 32./255, 32./255],
10
 
                        "font": "",
11
 
                        "shadow": 60}
 
5
SETTINGS_FILE = "~/.stickynotes"