From cb5fe2f2f0015ec26cff07b44bb11b0383d3a4fd Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Sat, 19 Aug 2023 11:03:58 +0100 Subject: [PATCH] Net Widget for qTile --- qtile/.config/qtile/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qtile/.config/qtile/widgets.py b/qtile/.config/qtile/widgets.py index 3cbef8108..b37bab290 100644 --- a/qtile/.config/qtile/widgets.py +++ b/qtile/.config/qtile/widgets.py @@ -109,6 +109,7 @@ class Widgets(object): net = widget.Net( fmt="{}", + format="{down} ↓↑ {up}", foreground=backgroundColor, background=colorScheme[5], padding=10,