diff --git a/config b/config index 962ad05..170af5a 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ { "layer": "bottom", "position": "bottom", - "modules-left": ["sway/workspaces", "sway/mode"], - "modules-center": ["sway/window"], + "modules-left": ["sway/workspaces", "sway/mode", "sway/window"], + "modules-center": [], "modules-right": [ "memory", "cpu", diff --git a/style.css b/style.css index df93f55..d444a26 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,9 @@ window#waybar.chromium { border: none; } +#workspaces { + margin-right: 10px; +} #workspaces button { padding: 0 5px; background-color: transparent; @@ -54,6 +57,7 @@ window#waybar.chromium { #mode { background-color: #64727D; border-bottom: 3px solid #ffffff; + margin-right: 10px; } #clock,