My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: made blur a bit bigger

+1 -5
+1 -5
hypr/.config/hypr/hyprland.conf
··· 32 32 rounding = 4 33 33 rounding_power = 2 34 34 35 - # Change transparency of focused and unfocused windows 36 35 active_opacity = 1.0 37 36 inactive_opacity = 1.0 38 37 ··· 43 42 color = rgba(1a1a1aee) 44 43 } 45 44 46 - # https://wiki.hyprland.org/Configuring/Variables/#blur 47 45 blur { 48 46 enabled = true 49 - size = 3 47 + size = 6 50 48 passes = 1 51 - 52 - vibrancy = 0.1696 53 49 } 54 50 } 55 51