~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Date: 2012-06-24 20:43:03 UTC
  • Revision ID: git-v1:7154d9e47e06f4ca05d7f5a2acdd48d6d6efb3a7
Added .desktop and setup.py files.

In addition stick.py was moved to indicator-stickynotes.py so that it looks more
like its final installed name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PO_DIR = 'po'
2
 
MO_DIR = 'locale'
3
 
LOCALE_DOMAIN = "indicator-stickynotes"
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}