feat(hypr): lower rounding, disable inactive opacity and lighter border color
This commit is contained in:
parent
58f522a29a
commit
ef1a659b4c
1 changed files with 4 additions and 4 deletions
|
@ -2,18 +2,18 @@ source = ./colors.conf
|
|||
|
||||
general {
|
||||
border_size = 2
|
||||
col.inactive_border = rgba($lavenderAlpha69)
|
||||
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||
col.inactive_border = rgba($lavenderAlpha40)
|
||||
col.active_border = rgba($textAlphabb) rgba($lavenderAlpha40) rgba($lavenderAlpha40) rgba($textAlphabb) 45deg
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 7
|
||||
rounding = 4
|
||||
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.95
|
||||
inactive_opacity = 1
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue