From e3714459a32eca07999d4b520fc1e77bea791841 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 27 Apr 2022 17:07:34 +0300 Subject: [PATCH] Changed awesomewm theme font --- awesome/mytheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/mytheme.lua b/awesome/mytheme.lua index 82abeb43..0dc64701 100644 --- a/awesome/mytheme.lua +++ b/awesome/mytheme.lua @@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "sans 8" +theme.font = "JetBrainsMono NF 8" theme.bg_normal = "#222222" theme.bg_focus = "#333333"