diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:10 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-07-30 09:16:10 -0500 |
commit | 891de8e4c0ea0e4e141de22e684c4ec3c1a4f630 (patch) | |
tree | 0899ecc583833235971ce44a3a74b3f5ab8c93d2 /awesome/rc.lua | |
parent | 881727689c3a32161d9ed0333cde2ec905a9c747 (diff) | |
parent | 08655b7b49d8c970b1f0020ccc807209c298c127 (diff) |
Merge remote-tracking branch 'origin/master' into mac
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 |