diff --git a/private_dot_config/waybar/config b/private_dot_config/waybar/config index 52d9d3b..bdbd329 100644 --- a/private_dot_config/waybar/config +++ b/private_dot_config/waybar/config @@ -5,10 +5,8 @@ // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules - //"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], - //"modules-center": ["sway/window"], - "modules-left": ["niri"], - "modules-center": ["workspaces"], + "modules-left": ["niri/workspaces", "niri/window"], + "modules-center": ["wlr/taskbar"], "modules-right": [ //"mpd", "idle_inhibitor", @@ -42,6 +40,13 @@ // "default": "" // } // }, + "wlr/taskbar": { + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "foot" + ] + }, "keyboard-state": { "numlock": true, "capslock": true,