Updates for qtile 0.33.x

This commit is contained in:
Kevin Alberts 2025-08-09 12:25:51 +02:00
parent fd369552d0
commit befd2eb0fb

View file

@ -537,7 +537,7 @@ class Kuro(BaseTheme):
# Layout switcher, clock and Screen ID # Layout switcher, clock and Screen ID
widgets.extend([ 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="%a %d %b ", **self.widget_defaults),
widget.Clock( widget.Clock(
format="<b>%H</b>:%M", format="<b>%H</b>:%M",