diff options
-rw-r--r-- | TODO | 3 | ||||
-rwxr-xr-x | src/__main__.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -9,7 +9,8 @@ List of plugins to implement: SMART monitoring System tray Eyes - Taskbar (as in rarity) + Applets + Taskbar Application menu UPS Blueshift integration 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 |