fix(qtile): replace memory icon
This commit is contained in:
parent
e1cd375f37
commit
e13d003878
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ def init_widget_list(main=True, laptop=False):
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
widget.TextBox(text="", padding=0, fontsize=24),
|
widget.TextBox(text="", padding=1, fontsize=18),
|
||||||
widget.Memory(padding=5),
|
widget.Memory(padding=5),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue