diff options
Diffstat (limited to 'src/__main__.py')
-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 83d45f7..84f3b9c 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. import Xlib.display, Xlib.Xatom, Xlib.ext.randr, Xlib.X from x import * - +from util import * global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND global dislay, outputs, redraw, Bar, start, stop |