From 3a5c740da593ffb1f24aec01ec5023c19cd19469 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 22:41:35 +0100 Subject: added colours --- modules/home/i3wm/nord-blue/i3.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/home/i3wm/nord-blue/i3.nix') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 1c3e64a..42bd0d9 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -19,6 +19,14 @@ in border = 3; }; + colors = { + border = vars.colors.background-secondary; + childBorder = vars.colors.background-secondary; + background = vars.colors.background; + text = vars.colors.foreground; + indicator = vars.colors.foreground; + }; + startup = [ { command = "sh -c 'feh --bg-fill ${vars.wallpaper}'"; } ]; -- cgit v1.2.3