From 8be29c470086ff986f67249944c110015c8d2e4f Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 7 Jan 2026 19:01:35 -0600 Subject: [PATCH] Minor modifcations made for Niri. --- .config/waybar/config.jsonc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 83391ba..bbeb652 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -5,7 +5,8 @@ "height": 32, "modules-left": [ "custom/logo", - "hyprland/workspaces" + "hyprland/workspaces", + "niri/workspaces" ], "modules-center": [ ], @@ -43,7 +44,25 @@ //"active": "󱓻", //"urgent": "󱓻" }, - "persistent_workspaces": { + }, + "niri/workspaces": { + "on-click": "activate", + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "format": "{name}: {icon}", + "format-icons": { + "default": "", + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + //"active": "󱓻", + //"urgent": "󱓻" + }, + }, + "persistent_workspaces": { "1": [], "2": [], "3": [], @@ -53,7 +72,6 @@ "7": [], "8": [], "9": [] - } }, "cpu": { "format": "⧯ Cpu: {usage}%" ,