From 983c7b685b8ba20fe8e22ef719388ce36aaa0259 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 25 Jul 2025 19:30:31 -0500 Subject: Make niri and hyprland the same waybar config --- waybar/config | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'waybar/config') diff --git a/waybar/config b/waybar/config index 26b3f75..cc06bb7 100644 --- a/waybar/config +++ b/waybar/config @@ -15,6 +15,11 @@ // Modules configuration + "niri/workspaces": { + "format": "{value}", + "all-outputs": false, + "on-click": "activate" + }, "hyprland/workspaces": { "format": "{icon}", "active-only": false, @@ -46,9 +51,17 @@ "on-scroll-down": "hyprctl dispatch split-workspace e-1", "on-click": "activate" }, + "niri/window": { + "separate-outputs": true, + "icon": true, + "format": "{title}", + "expand": true + }, "hyprland/window": { "separate-outputs": true, - "format": "{}" + "icon": true, + "format": "{title}", + "espand": true, }, "keyboard-state": { "numlock": true, -- cgit v1.2.3