Minor edits

This commit is contained in:
Derek Taylor
2023-08-11 09:37:14 -05:00
parent b7c36d30ae
commit 9f76e7ef79

View File

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