diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-28 16:49:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-28 16:49:22 +0100 |
commit | d810ea6ba1e3dfc0b56a548081c167dadc1fa903 (patch) | |
tree | ddf6dbdfc51bb44bc63630ac56e01e3288cf68a8 /src | |
parent | load configuration script (diff) | |
download | xpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.gz xpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.bz2 xpybar-d810ea6ba1e3dfc0b56a548081c167dadc1fa903.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 4 |
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 |