From c35f08222f031d60595109d75d5a09dac500f2af Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Thu, 19 May 2022 21:37:23 -0400 Subject: [PATCH] Remove window name middle module Not enough space with all the other modules. --- waybar/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index e8e02fe..afb5ce5 100644 --- a/waybar/config +++ b/waybar/config @@ -6,7 +6,7 @@ "spacing": 0, // Gaps between modules (4px) // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode"], - "modules-center": ["sway/window"], + "modules-center": [], "modules-right": ["custom/media", "battery", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"], // Modules configuration "sway/workspaces": { @@ -19,6 +19,8 @@ "default": "" } }, + "sway/window": { + }, "keyboard-state": { "numlock": true, "capslock": true,