Hyprland-dotfiles/hypr/conf/decorations/no-rounding.conf

26 lines
563 B
Plaintext
Raw Normal View History

2023-11-17 07:48:02 -05:00
# -----------------------------------------------------
# General window decoration
2023-11-21 16:30:20 -05:00
# name: "No Rounding"
2023-11-17 07:48:02 -05:00
# -----------------------------------------------------
decoration {
2023-11-21 16:30:20 -05:00
rounding = 0
2023-11-17 07:48:02 -05:00
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.8
fullscreen_opacity = 1.0
drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}