fix(waybar/hyprland): made all margins the same
This commit is contained in:
@@ -173,11 +173,6 @@ cursor {
|
||||
inactive_timeout = 1
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
# gestures {
|
||||
# workspace_swipe = false
|
||||
#}
|
||||
|
||||
####################
|
||||
### KEYBINDINGSS ###
|
||||
####################
|
||||
@@ -241,16 +236,3 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
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",
|
||||
"position": "top",
|
||||
"mod": "dock",
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"margin-top": 4,
|
||||
"margin-bottom": 4,
|
||||
"margin-left": 4,
|
||||
"margin-right": 4,
|
||||
"margin-top": 8,
|
||||
"margin-bottom": 0,
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
@@ -49,7 +49,7 @@ tooltip {
|
||||
#custom-power {
|
||||
background: @background;
|
||||
border: 1px solid alpha(@accent-alt, 0.22);
|
||||
border-radius: 14px;
|
||||
border-radius: 8px;
|
||||
margin: 0 5px;
|
||||
padding: 0 12px;
|
||||
min-height: 34px;
|
||||
|
||||
Reference in New Issue
Block a user