change hyprland blur

This commit is contained in:
Frost-Phoenix 2023-12-22 20:33:21 +01:00
parent 28c10dbd52
commit af3cd811b1

View file

@ -24,31 +24,31 @@ in
exec-once = mako & exec-once = mako &
input { input {
kb_layout = us kb_layout = us
numlock_by_default = true numlock_by_default = true
follow_mouse = 1 follow_mouse = 1
sensitivity = 0 sensitivity = 0
} }
misc { misc {
disable_autoreload = true disable_autoreload = true
disable_hyprland_logo = true disable_hyprland_logo = true
always_follow_on_dnd = true always_follow_on_dnd = true
layers_hog_keyboard_focus = true layers_hog_keyboard_focus = true
animate_manual_resizes = false animate_manual_resizes = false
enable_swallow = true enable_swallow = true
# swallow_regex = # swallow_regex =
focus_on_activate = true focus_on_activate = true
} }
general { general {
layout = dwindle layout = dwindle
gaps_in = 5 gaps_in = 5
gaps_out = 10 gaps_out = 10
border_size = 2 border_size = 2
col.active_border = rgb(cba6f7) rgb(94e2d5) 45deg col.active_border = rgb(cba6f7) rgb(94e2d5) 45deg
col.inactive_border = 0x00000000 col.inactive_border = 0x00000000
} }
xwayland { xwayland {
@ -56,41 +56,50 @@ in
} }
dwindle { dwindle {
no_gaps_when_only = false no_gaps_when_only = false
force_split = 0 force_split = 0
special_scale_factor = 1.0 special_scale_factor = 1.0
split_width_multiplier = 1.0 split_width_multiplier = 1.0
use_active_for_splits = true use_active_for_splits = true
pseudotile = yes pseudotile = yes
preserve_split = yes preserve_split = yes
} }
master { master {
new_is_master = true new_is_master = true
special_scale_factor = 1 special_scale_factor = 1
no_gaps_when_only = false no_gaps_when_only = false
} }
decoration { decoration {
rounding = 12 rounding = 12
active_opacity = 0.90; active_opacity = 0.90;
inactive_opacity = 0.90; inactive_opacity = 0.90;
fullscreen_opacity = 1.0; fullscreen_opacity = 1.0;
blur { blur {
enabled = true # enabled = true
size = 1 # size = 1
passes = 2 # passes = 2
new_optimizations = true # new_optimizations = true
xray = true # xray = true
} brightness=1
contrast=1.200000
enabled=false
ignore_opacity=true
new_optimizations=true
noise=0.011700
passes=3
size=6
xray=false
}
drop_shadow = 0 drop_shadow = 0
} }
animations { animations {
enabled = true enabled = true
bezier = fluent_decel, 0, 0.2, 0.4, 1 bezier = fluent_decel, 0, 0.2, 0.4, 1
@ -112,7 +121,7 @@ in
animation = border, 1, 2.7, easeOutCirc # for animating the border's color switch speed animation = border, 1, 2.7, easeOutCirc # for animating the border's color switch speed
animation = borderangle, 1, 30, fluent_decel, once # for animating the border's gradient angle - styles: once (default), loop animation = borderangle, 1, 30, fluent_decel, once # for animating the border's gradient angle - styles: once (default), loop
animation = workspaces, 1, 3, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert animation = workspaces, 1, 3, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert
} }
# ---------------------------------------------------------------- # ----------------------------------------------------------------