~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Author(s): Justin Engel
  • Date: 2022-03-12 23:18:22 UTC
  • Revision ID: git-v1:7bf36533d1673844e06ab66d71266082637d7004
Add new note with same category

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}