diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-26 22:25:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-26 22:25:39 +0100 |
commit | 7ea5b1686e6d3f90337c61372906ec897e17ee83 (patch) | |
tree | 2d9a8488e11c47bade143cca23ffb1f13e60bc18 /src/__main__.py | |
parent | Update TODO (diff) | |
download | xpybar-7ea5b1686e6d3f90337c61372906ec897e17ee83.tar.gz xpybar-7ea5b1686e6d3f90337c61372906ec897e17ee83.tar.bz2 xpybar-7ea5b1686e6d3f90337c61372906ec897e17ee83.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 6af8f2c..9d01087 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -27,7 +27,7 @@ from util import * PROGRAM_NAME = 'xpybar' -PROGRAM_VERSION = '1.19' +PROGRAM_VERSION = '1.20' global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND |