aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-28 16:49:22 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-28 16:49:22 +0100
commitd810ea6ba1e3dfc0b56a548081c167dadc1fa903 (patch)
treeddf6dbdfc51bb44bc63630ac56e01e3288cf68a8 /src/__main__.py
parentload configuration script (diff)
downloadxpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.gz
xpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.bz2
xpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-xsrc/__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py
index e42760b..edc23d9 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -23,6 +23,10 @@ from x import *
from util import *
+PROGRAM_NAME = 'xpybar'
+PROGRAM_VERSION = '1.0'
+
+
global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND
global dislay, outputs, redraw, Bar, start, stop
global conf_opts, config_file, parser