diff options
author | zachir <zachir@librem.one> | 2025-07-15 21:34:12 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 21:35:51 -0500 |
commit | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (patch) | |
tree | afc0ef42a009c28dbc638b1a60d12a46e3ddc952 /awesome/rc.lua | |
parent | b66538e421e6025d8d8314b28b5c27e315c4f9d7 (diff) |
Fully replace mononoki with FiraCode
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 |