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",