diff options
author | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
commit | 39ea7d809ca39b690dce058e8010c036477d52b9 (patch) | |
tree | 27a8f7ff084ad0d4ec286b131f7e8145b15a6594 /awesome/rc.lua | |
parent | ac58746a49e1b7e8559cff1ed4522c3584caa026 (diff) | |
parent | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (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 a5605d1..fda4f16 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 "mononoki Nerd Font Mono 18" +font = beautiful.font or "FiraCode Nerd Font Mono 18" -- Library I'm using for swallowing, but it does much more |