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