Rewriting Qtile config to correct some bugs.

This commit is contained in:
Derek Taylor
2023-08-07 12:13:42 -05:00
parent 7187a987a8
commit 4293fae984

View File

@@ -341,7 +341,7 @@ def init_widgets_list():
background = colors[0] background = colors[0]
), ),
widget.Net( widget.Net(
interface = "enp5s0", interface = "enp6s0",
prefix='M', prefix='M',
format = 'Net: {down} ↓↑ {up}', format = 'Net: {down} ↓↑ {up}',
foreground = colors[3], foreground = colors[3],