aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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