feat(hypr): shadows disabled and changed border colors
This commit is contained in:
parent
8338bb3a6a
commit
a2daf25767
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue