Adjust hyprland gaps
This commit is contained in:
parent
fcf04130b5
commit
ef6bf14c3c
|
@ -29,7 +29,7 @@ input {
|
|||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_out = 10
|
||||
border_size = 3
|
||||
col.active_border = $mauve
|
||||
col.group_border_active = $mauve
|
||||
|
|
|
@ -39,9 +39,11 @@
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
window.eDP-1 * { font-size: 14px; }
|
||||
|
||||
window > box {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-left: 3px solid @surface2;
|
||||
border-right: 3px solid @surface2;
|
||||
border-bottom: 3px solid @surface2;
|
||||
|
@ -71,8 +73,8 @@ tooltip {
|
|||
#battery,
|
||||
#tray {
|
||||
margin: 0px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
@ -80,10 +82,6 @@ tooltip {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
border-top: 3px solid @mauve;
|
||||
}
|
||||
#workspaces button.active { border-top: 3px solid @mauve; }
|
||||
|
||||
#workspaces button.urgent {
|
||||
border-top: 3px solid @red;
|
||||
}
|
||||
#workspaces button.urgent { border-top: 3px solid @red; }
|
||||
|
|
Loading…
Reference in a new issue