diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:30:31 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:30:31 -0500 |
commit | 983c7b685b8ba20fe8e22ef719388ce36aaa0259 (patch) | |
tree | 15e2101e4e2ed0307dccb3ec71e5f74230068009 /waybar/config | |
parent | 745fcd626acd258fada028be53a2613526c737d5 (diff) |
Make niri and hyprland the same waybar config
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 15 |
1 files changed, 14 insertions, 1 deletions
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, |