From 9f76e7ef799b931ce6a1ba7b67d1e1e9d84f0dc6 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 11 Aug 2023 09:37:14 -0500 Subject: [PATCH] Minor edits --- .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 5f7c30e..4d6d652 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -351,7 +351,7 @@ def init_widgets_list(): update_interval = 300, func = lambda: subprocess.check_output("printf $(uname -r)", shell=True, text=True), foreground = colors[3], - fmt = '❤ Kernel: {}', + fmt = '❤ {}', decorations=[ BorderDecoration( colour = colors[3],