diff --git a/.config/qtile/config.py b/.config/qtile/config.py index a1e9c63..ca324d9 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -219,7 +219,7 @@ for i in groups: ] ) -colors = [["#282c34ee", "#282c34cc"], +colors = [["#282c34ee", "#282c34dd"], ["#1c1f24", "#1c1f24"], ["#dfdfdf", "#dfdfdf"], ["#ff6c6b", "#ff6c6b"], @@ -326,7 +326,7 @@ def init_widgets_list(): fontsize = 14 ), widget.CurrentLayoutIcon( - custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")], + # custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")], foreground = colors[2], padding = 0, scale = 0.7 diff --git a/.config/qtile/icons/python-white.png b/.config/qtile/icons/python-white.png index ba089b4..2495e43 100644 Binary files a/.config/qtile/icons/python-white.png and b/.config/qtile/icons/python-white.png differ