From 764778e600177151bb42976571ffc48231ac9ffd Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 10:01:24 +0100 Subject: changed and fixed colours --- modules/home/i3wm/nord-blue/i3.nix | 6 +++--- modules/home/i3wm/nord-blue/variables.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index c861c28..876c9b5 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -21,8 +21,8 @@ in colors = { focused = { - border = vars.colors.background-secondary; - childBorder = vars.colors.background-secondary; + border = vars.colors.middle; + childBorder = vars.colors.middle; background = vars.colors.background; text = vars.colors.foreground; indicator = vars.colors.foreground; @@ -44,7 +44,7 @@ in }; startup = [ - { command = "sh -c 'feh --bg-fill ${vars.wallpaper}'"; } + { command = "sh -c 'feh --bg-scale ~/Pictures/wallpaper.png'"; } ]; keybindings = lib.mkOptionDefault { diff --git a/modules/home/i3wm/nord-blue/variables.nix b/modules/home/i3wm/nord-blue/variables.nix index 2880795..09f298e 100644 --- a/modules/home/i3wm/nord-blue/variables.nix +++ b/modules/home/i3wm/nord-blue/variables.nix @@ -1,7 +1,7 @@ { colors = { background = "#2D333F"; - background-secondary = "#303446"; + middle = "#82A3C0"; foreground = "#C6D0F5"; #indicator = ; #childBorder = ; -- cgit v1.2.3