remove redundant waybar spacer
This commit is contained in:
parent
027d7ac48f
commit
7d7756968c
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ in {
|
|||
position = lib.mkDefault "left";
|
||||
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-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue