fix(qtile): add laptop kwarg to init_widget_list
This commit is contained in:
parent
296c279719
commit
a2c740e06c
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ def create_powerline(
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|
||||||
def init_widget_list(main=True):
|
def init_widget_list(main=True, laptop=False):
|
||||||
"""
|
"""
|
||||||
Returns a list of widgets suitable for a qtile bar
|
Returns a list of widgets suitable for a qtile bar
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue