From 6f5a3b9d24ea351119899854c3a318c318682431 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 15 Feb 2026 00:58:23 +0100 Subject: [PATCH] Modules/Niri: Add colorpicker widget to bar --- home/homemodules/niri/dankMaterialShell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/homemodules/niri/dankMaterialShell.nix b/home/homemodules/niri/dankMaterialShell.nix index 132952cf..c8234af3 100644 --- a/home/homemodules/niri/dankMaterialShell.nix +++ b/home/homemodules/niri/dankMaterialShell.nix @@ -70,6 +70,10 @@ enabled = true; id = "diskUsage"; } + { + enabled = true; + id = "colorPicker"; + } { enabled = true; id = "clipboard";