feat: start new lua-based hyprland config
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
hl.config({
|
||||
decoration = {
|
||||
inactive_opacity = 1,
|
||||
rounding = 10,
|
||||
|
||||
shadow = {
|
||||
enabled = true,
|
||||
range = 4,
|
||||
},
|
||||
|
||||
blur = {
|
||||
enabled = true,
|
||||
xray = true,
|
||||
new_optimizations = true,
|
||||
size = 1,
|
||||
passes = 2,
|
||||
},
|
||||
|
||||
dim_inactive = true,
|
||||
dim_strength = 0.1,
|
||||
-- TODO: Consider adding glow?
|
||||
},
|
||||
animations = {
|
||||
enabled = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user