feat(margins): lower down from 10 to 5
This commit is contained in:
parent
46dc71246b
commit
7807d07fd9
2 changed files with 11 additions and 11 deletions
|
@ -5,8 +5,8 @@ general {
|
||||||
col.inactive_border = rgba($lavenderAlpha69)
|
col.inactive_border = rgba($lavenderAlpha69)
|
||||||
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||||
|
|
||||||
gaps_in = 10
|
gaps_in = 5
|
||||||
gaps_out = 15
|
gaps_out = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passtrough": false,
|
"passtrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
"margin-top": 10,
|
"margin-top": 5,
|
||||||
"margin-left": 10,
|
"margin-left": 5,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
"margin-right": 10,
|
"margin-right": 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"include": "~/.config/waybar/bars/bar-2.jsonc",
|
"include": "~/.config/waybar/bars/bar-2.jsonc",
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"passtrough": false,
|
"passtrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
"margin-top": 0,
|
"margin-top": 0,
|
||||||
"margin-left": 10,
|
"margin-left": 5,
|
||||||
"margin-bottom": 10,
|
"margin-bottom": 5,
|
||||||
"margin-right": 10,
|
"margin-right": 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"include": "~/.config/waybar/bars/bar-3.jsonc",
|
"include": "~/.config/waybar/bars/bar-3.jsonc",
|
||||||
|
@ -37,9 +37,9 @@
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passtrough": false,
|
"passtrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
"margin-top": 10,
|
"margin-top": 5,
|
||||||
"margin-left": 10,
|
"margin-left": 5,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 0,
|
||||||
"margin-right": 10,
|
"margin-right": 5,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue