summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-30 02:40:49 -0500
committerZachIR <zachir@librem.one>2025-07-30 02:40:49 -0500
commit0ff1806f2c2d690238c373b8f65ba40f569301d7 (patch)
tree41d4ecbb916ff886e5df1e945669bcaff1b9d569 /awesome/rc.lua
parent98d4473f1c9783c7bc8f01208f1996b2e40e53ce (diff)
Use JetBrainsMono Nerd Font instead of Fira Code
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
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