From 4c7fa9ef257f70dd2ed670587f08fdd744ce889f Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 11:08:40 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b434bbd..bfb4a97 100644 --- a/install.sh +++ b/install.sh @@ -1506,7 +1506,7 @@ from libqtile import bar, layout, qtile, widget, hook from libqtile.config import Click, Drag, Group, Key, Match, Screen, ScratchPad, DropDown, re from libqtile.lazy import lazy from libqtile.utils import guess_terminal # terminal = guess_terminal() -from my_colors import colors +from qtile_colors import colors #from libqtile.dgroups import simple_key_binder