remove redundant waybar spacer

This commit is contained in:
notgne2 2025-09-24 20:58:58 -07:00
parent 027d7ac48f
commit 7d7756968c
No known key found for this signature in database

View file

@ -297,7 +297,7 @@ in {
position = lib.mkDefault "left"; position = lib.mkDefault "left";
height = lib.mkDefault null; height = lib.mkDefault null;
modules-left = ["sway/workspaces" "custom/spacer"]; modules-left = ["sway/workspaces"];
modules-center = ["clock#1" "clock#2" "custom/spacer" "custom/media" "custom/spacer" "clock#3" "clock#4" "custom/spacer" "clock#5"]; modules-center = ["clock#1" "clock#2" "custom/spacer" "custom/media" "custom/spacer" "clock#3" "clock#4" "custom/spacer" "clock#5"];
modules-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"]; modules-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"];