Increase the font size for the qtile bar

This commit is contained in:
Andreas Zweili 2023-09-07 19:20:07 +02:00
parent 08ca88086e
commit f76e10536e
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ layouts = [
widget_defaults = dict(
font="SourceCodePro",
fontsize=12,
fontsize=14,
padding=5,
)
extension_defaults = widget_defaults.copy()