Files
homelab/home/config/hypr/decoration.lua
T

22 lines
307 B
Lua

hl.config({
decoration = {
rounding = 0,
rounding_power = 0,
-- Change transparency of focused and unfocused windows
active_opacity = 0.9,
inactive_opacity = 0.8,
shadow = {
enabled = false,
},
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
},
},
})