From befd2eb0fb8bc8c186823c742a862824c67cfdf2 Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Sat, 9 Aug 2025 12:25:51 +0200 Subject: [PATCH] Updates for qtile 0.33.x --- kuro/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuro/theme.py b/kuro/theme.py index 7311976..a7b785a 100644 --- a/kuro/theme.py +++ b/kuro/theme.py @@ -537,7 +537,7 @@ class Kuro(BaseTheme): # Layout switcher, clock and Screen ID widgets.extend([ - widget.CurrentLayoutIcon(custom_icon_paths=Config.get('custom_layout_icon_paths', [])), + widget.CurrentLayout(mode="icon", custom_icon_paths=Config.get('custom_layout_icon_paths', [])), widget.Clock(format="%a %d %b ", **self.widget_defaults), widget.Clock( format="%H:%M",