diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/test b/examples/test index 3e4d8b3..d89fe06 100644 --- a/examples/test +++ b/examples/test @@ -1,7 +1,7 @@ # -*- python -*- ''' xpybar – xmobar replacement written in python -Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Mattias Andrée (m@maandreese) +Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Mattias Andrée (m@maandree.se) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # A simple xpybar configuration example that tests a few features OUTPUT, HEIGHT, YPOS, TOP = 0, 24, 24, True +WIDTH, XPOS, LEFT, SIDEBAR = 0, 0, True, False +BACKGROUND, FOREGROUND = (32, 32, 32), (192, 192, 192) def redraw(): bar.clear() |
