From 4293fae9841313efaf7cb0560da4993a5766bd2d Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 7 Aug 2023 12:13:42 -0500 Subject: [PATCH] Rewriting Qtile config to correct some bugs. --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 54fa9ab..fc93364 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -341,7 +341,7 @@ def init_widgets_list(): background = colors[0] ), widget.Net( - interface = "enp5s0", + interface = "enp6s0", prefix='M', format = 'Net: {down} ↓↑ {up}', foreground = colors[3],