fixing waybar margins
This commit is contained in:
parent
636fc155d9
commit
f824a00d58
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ in
|
|||
modules-left = ["hyprland/workspaces" "hyprland/window"];
|
||||
modules-center = ["clock"];
|
||||
modules-right = ["pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "tray"];
|
||||
margin-top = -5;
|
||||
margin-bottom = 8;
|
||||
margin-top = if laptop then -5 else 5;
|
||||
margin-bottom = if laptop then 8 else 0;
|
||||
margin-left = 6;
|
||||
margin-right = 6;
|
||||
"hyprland/window" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue