diff --git a/ansible/roles/waybar/files/waybar_config.json b/ansible/roles/waybar/files/waybar_config.json index 335987f..a3f4e3a 100644 --- a/ansible/roles/waybar/files/waybar_config.json +++ b/ansible/roles/waybar/files/waybar_config.json @@ -1,6 +1,7 @@ { // "height": 10, // Waybar height (to be removed for auto height) - "modules-left": ["sway/workspaces", "sway/window", "sway/mode"], + "modules-left": ["sway/workspaces", "sway/mode"], + "modules-center": ["sway/window"], "modules-right": ["custom/night_mode", "custom/temperature", "custom/sound", "custom/available_memory", "custom/battery", "idle_inhibitor", "custom/clock", "tray"], "sway/workspaces": { "disable-scroll": true