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],