diff options
author | zachir <zachir@librem.one> | 2025-07-30 06:52:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 06:52:19 -0500 |
commit | 96e30fbe6d97242feacfd6f160396f01ec87a9f4 (patch) | |
tree | ba6cbfe5a601d59a9b01d6c4a3a72240f516d1d0 /awesome/rc.lua | |
parent | 442246498a50440a19d9cba78e83abb55d542879 (diff) | |
parent | 758bf486be2560343561b1d03bffe998f6f932b4 (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index fda4f16..7fa49ef 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -58,7 +58,7 @@ awesome_config_folder = config_dir .. "awesome" theme.dir = string.format("%s/awesome/themes/%s", config_dir, theme.name) beautiful.init(theme.dir .. "/theme.lua") beautiful.useless_gap = 5 -font = beautiful.font or "FiraCode Nerd Font Mono 18" +font = beautiful.font or "JetBrainsMono Nerd Font 18" -- Library I'm using for swallowing, but it does much more |