first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
65
config/hypr/conf/style.lua
Normal file
65
config/hypr/conf/style.lua
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
hl.config({
|
||||
general = {
|
||||
gaps_in = 2.5,
|
||||
gaps_out = 5,
|
||||
border_size = 2,
|
||||
col = {
|
||||
active_border = { colors = { "rgba(6788D1ee)", "rgba(8EB962ee)" }, angle = 45 },
|
||||
inactive_border = "rgba(4E567Daa)",
|
||||
},
|
||||
resize_on_border = true,
|
||||
hover_icon_on_border = true,
|
||||
allow_tearing = true,
|
||||
layout = "dwindle",
|
||||
snap = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
decoration = {
|
||||
rounding = 8,
|
||||
rounding_power = 10,
|
||||
|
||||
-- Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0,
|
||||
inactive_opacity = 1.0,
|
||||
|
||||
shadow = {
|
||||
enabled = false,
|
||||
range = 4,
|
||||
render_power = 3,
|
||||
color = 0xee1a1a1a,
|
||||
},
|
||||
|
||||
blur = {
|
||||
enabled = true,
|
||||
size = 3,
|
||||
passes = 2,
|
||||
vibrancy = 0.1696,
|
||||
},
|
||||
},
|
||||
animations = {
|
||||
enabled = false,
|
||||
},
|
||||
})
|
||||
-- tiling managers
|
||||
hl.config({
|
||||
dwindle = {
|
||||
preserve_split = true,
|
||||
},
|
||||
master = {
|
||||
new_status = "master",
|
||||
orientation = "center",
|
||||
mfact = "0.5",
|
||||
},
|
||||
scrolling = {
|
||||
fullscreen_on_one_column = true,
|
||||
},
|
||||
})
|
||||
-- others
|
||||
hl.config({
|
||||
misc = {
|
||||
disable_hyprland_logo = true,
|
||||
disable_splash_rendering = true,
|
||||
force_default_wallpaper = 0,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue