~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Date: 2015-06-04 17:29:32 UTC
  • Revision ID: git-v1:fec51493cdd3e317640597f70eeb492411886cdd
Always raise window on creation (solves new note not appearing)

Show diffs side-by-side

added added

removed removed

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