diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index 3f070165..080ebc0a 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -76,8 +76,7 @@ decoration { enabled = true size = 2 passes = 3 - vibrancy = 1 - vibrancy_darkness = 0.3 + vibrancy = 0.5 } } diff --git a/pc-files/.config/hypr/local.conf b/pc-files/.config/hypr/local.conf index d063ba5f..cdec3e7c 100644 --- a/pc-files/.config/hypr/local.conf +++ b/pc-files/.config/hypr/local.conf @@ -6,4 +6,3 @@ $submod = super exec-once = kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10" exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-2 sh -c "cava" exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null" - diff --git a/pc-files/.config/hypr/windows.conf b/pc-files/.config/hypr/windows.conf index d17ee00c..cd292414 100644 --- a/pc-files/.config/hypr/windows.conf +++ b/pc-files/.config/hypr/windows.conf @@ -7,3 +7,10 @@ workspace = 3, monitor:DP-2, default:true workspace = 1, monitor:DP-1, default:true exec-once = wpaperd + +decoration { + blur { + vibrancy_darkness = 0.3 + vibrancy = 1 + } +}