25 lines
826 B
Lua
25 lines
826 B
Lua
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
|
|
|
|
-- Source: ./style/colors.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
|
require("conf/style/colors")
|
|
-- Source: ./style/general.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
|
require("conf/style/general")
|
|
-- Source: ./style/decoration.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
|
require("conf/style/decoration")
|
|
-- Source: ./style/animations.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
|
require("conf/style/animations")
|
|
|
|
hl.config({
|
|
dwindle = {
|
|
preserve_split = true,
|
|
},
|
|
master = {
|
|
new_status = "master",
|
|
},
|
|
misc = {
|
|
force_default_wallpaper = -1,
|
|
disable_hyprland_logo = false,
|
|
},
|
|
})
|
|
|