diff --git a/hypr/conf/decorations/no-rounding-more-blur.conf b/hypr/conf/decorations/no-rounding-more-blur.conf new file mode 100644 index 0000000..39405a8 --- /dev/null +++ b/hypr/conf/decorations/no-rounding-more-blur.conf @@ -0,0 +1,25 @@ +# ----------------------------------------------------- +# General window decoration +# name: "No Rounding More Blur" +# ----------------------------------------------------- + +decoration { + rounding = 0 + blur { + enabled = true + size = 20 + passes = 2 + new_optimizations = on + ignore_opacity = true + xray = true + # blurls = waybar + } + active_opacity = 1.0 + inactive_opacity = 0.6 + fullscreen_opacity = 1.0 + + drop_shadow = true + shadow_range = 30 + shadow_render_power = 3 + col.shadow = 0x66000000 +} diff --git a/hypr/conf/decorations/rounding-all-blur-no-shadows.conf b/hypr/conf/decorations/rounding-all-blur-no-shadows.conf new file mode 100644 index 0000000..09a3ff5 --- /dev/null +++ b/hypr/conf/decorations/rounding-all-blur-no-shadows.conf @@ -0,0 +1,25 @@ +# ----------------------------------------------------- +# General window decoration +# name: "Rounding All Blur No Shadows" +# ----------------------------------------------------- + +decoration { + rounding = 10 + blur { + enabled = true + size = 20 + passes = 2 + new_optimizations = on + ignore_opacity = true + xray = true + # blurls = waybar + } + active_opacity = 0.9 + inactive_opacity = 0.6 + fullscreen_opacity = 0.9 + + drop_shadow = false + shadow_range = 30 + shadow_render_power = 3 + col.shadow = 0x66000000 +} diff --git a/hypr/conf/decorations/rounding-all-blur.conf b/hypr/conf/decorations/rounding-all-blur.conf new file mode 100644 index 0000000..382d422 --- /dev/null +++ b/hypr/conf/decorations/rounding-all-blur.conf @@ -0,0 +1,25 @@ +# ----------------------------------------------------- +# General window decoration +# name: "Rounding All Blur" +# ----------------------------------------------------- + +decoration { + rounding = 10 + blur { + enabled = true + size = 20 + passes = 2 + new_optimizations = on + ignore_opacity = true + xray = true + # blurls = waybar + } + active_opacity = 0.9 + inactive_opacity = 0.6 + fullscreen_opacity = 0.9 + + drop_shadow = true + shadow_range = 30 + shadow_render_power = 3 + col.shadow = 0x66000000 +} diff --git a/hypr/conf/decorations/rounding-more-blur.conf b/hypr/conf/decorations/rounding-more-blur.conf new file mode 100644 index 0000000..bad2e13 --- /dev/null +++ b/hypr/conf/decorations/rounding-more-blur.conf @@ -0,0 +1,25 @@ +# ----------------------------------------------------- +# General window decoration +# name: "Rounding More Blur" +# ----------------------------------------------------- + +decoration { + rounding = 10 + blur { + enabled = true + size = 20 + passes = 2 + new_optimizations = on + ignore_opacity = true + xray = true + # blurls = waybar + } + active_opacity = 1.0 + inactive_opacity = 0.6 + fullscreen_opacity = 1.0 + + drop_shadow = true + shadow_range = 30 + shadow_render_power = 3 + col.shadow = 0x66000000 +} diff --git a/hypr/conf/windows/no-border-more-gaps.conf b/hypr/conf/windows/no-border-more-gaps.conf new file mode 100644 index 0000000..14df4cd --- /dev/null +++ b/hypr/conf/windows/no-border-more-gaps.conf @@ -0,0 +1,13 @@ +# ----------------------------------------------------- +# General window layout and colors +# name: "No Border More Gaps" +# ----------------------------------------------------- + +general { + gaps_in = 20 + gaps_out = 40 + border_size = 0 + col.active_border = $color11 + col.inactive_border = rgba(ffffffff) + layout = dwindle +}