summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 9b01eb8..126d5c8 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -17,5 +17,8 @@ DATA_DIR = "portato/gui/templates/"
PLUGIN_DIR = "plugins/"
VERSION = 9999
+ICON_DIR = "icons/"
+APP_ICON = ICON_DIR+"/portato-icon.png"
+
FRONTENDS = ["gtk" ,"qt"]
STD_FRONTEND = "gtk"