Updates for qtile 0.33.x
This commit is contained in:
parent
fd369552d0
commit
befd2eb0fb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue