feat(hypr): shadows disabled and changed border colors

This commit is contained in:
Sergio Laín 2025-08-13 00:37:52 +02:00
parent 8338bb3a6a
commit a2daf25767
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -2,8 +2,8 @@ source = ./colors.conf
general { general {
border_size = 2 border_size = 2
col.inactive_border = rgba($lavenderAlpha40) col.active_border = rgba($lavenderAlpha80)
col.active_border = rgba($textAlphabb) rgba($lavenderAlpha40) rgba($lavenderAlpha40) rgba($textAlphabb) 45deg col.inactive_border = rgba($textAlpha40)
gaps_in = 5 gaps_in = 5
gaps_out = 10 gaps_out = 10
@ -27,12 +27,12 @@ decoration {
} }
shadow { shadow {
enabled = yes enabled = false
range = 30 range = 10
scale = 2 scale = 2
render_power = 5 render_power = 5
color = $crust color = $surface0
color_inactive = $surface0 color_inactive = $crust
} }
dim_inactive = false dim_inactive = false