diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:44:56 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:44:56 -0500 |
commit | 5dd6e29077d22eab9a78425a1a9e34a22adaf19c (patch) | |
tree | 9c02d294607e00bf3d68cd40fd4e3130387db445 /awesome/rc.lua | |
parent | f6af3222522415f73d7bfb69daef62b81e83081c (diff) | |
parent | ec330589a41b423950fe49449248edb546961383 (diff) |
Merge branch 'master' into car
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 |