fixing waybar margins

This commit is contained in:
Chris Cochrun 2024-02-23 11:17:53 -06:00
parent 636fc155d9
commit f824a00d58

View file

@ -296,8 +296,8 @@ in
modules-left = ["hyprland/workspaces" "hyprland/window"]; modules-left = ["hyprland/workspaces" "hyprland/window"];
modules-center = ["clock"]; modules-center = ["clock"];
modules-right = ["pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "tray"]; modules-right = ["pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "tray"];
margin-top = -5; margin-top = if laptop then -5 else 5;
margin-bottom = 8; margin-bottom = if laptop then 8 else 0;
margin-left = 6; margin-left = 6;
margin-right = 6; margin-right = 6;
"hyprland/window" = { "hyprland/window" = {