style: re-format

This commit is contained in:
2026-06-12 17:12:25 -04:00
parent a0b22453eb
commit e298b55cb7
36 changed files with 832 additions and 832 deletions
+10 -10
View File
@@ -3,19 +3,19 @@ local colorscheme = require("lua.conf.colorscheme")
local settings = require("lua.lib.settings")
M.confs = {
misc = {
disable_hyprland_logo = true,
disable_splash_rendering = true,
vrr = 3,
enable_swallow = true,
swallow_regex = "^(kitty|Alacritty)$",
background_color = colorscheme.background,
font_family = settings["font_family"],
},
misc = {
disable_hyprland_logo = true,
disable_splash_rendering = true,
vrr = 3,
enable_swallow = true,
swallow_regex = "^(kitty|Alacritty)$",
background_color = colorscheme.background,
font_family = settings["font_family"],
},
}
function M.load()
hl.config(M.confs)
hl.config(M.confs)
end
return M