fix(waybar/hyprland): made all margins the same
This commit is contained in:
@@ -173,11 +173,6 @@ cursor {
|
|||||||
inactive_timeout = 1
|
inactive_timeout = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
|
||||||
# gestures {
|
|
||||||
# workspace_swipe = false
|
|
||||||
#}
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
### KEYBINDINGSS ###
|
### KEYBINDINGSS ###
|
||||||
####################
|
####################
|
||||||
@@ -241,16 +236,3 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
##############################
|
|
||||||
### WINDOWS AND WORKSPACES ###
|
|
||||||
##############################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
||||||
|
|
||||||
# Example windowrule v1
|
|
||||||
# windowrule = float, ^(kitty)$
|
|
||||||
|
|
||||||
# Example windowrule v2
|
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"mod": "dock",
|
"mod": "dock",
|
||||||
"margin-left": 10,
|
"margin-left": 4,
|
||||||
"margin-right": 10,
|
"margin-right": 4,
|
||||||
"margin-top": 4,
|
"margin-top": 8,
|
||||||
"margin-bottom": 4,
|
"margin-bottom": 0,
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passthrough": false,
|
"passthrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ tooltip {
|
|||||||
#custom-power {
|
#custom-power {
|
||||||
background: @background;
|
background: @background;
|
||||||
border: 1px solid alpha(@accent-alt, 0.22);
|
border: 1px solid alpha(@accent-alt, 0.22);
|
||||||
border-radius: 14px;
|
border-radius: 8px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
|
|||||||
Reference in New Issue
Block a user