fix(qtile): add laptop kwarg to init_widget_list

This commit is contained in:
Infinidoge 2021-09-26 22:34:01 -04:00
parent 296c279719
commit a2c740e06c

View file

@ -421,7 +421,7 @@ def create_powerline(
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
"""