diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 10:01:24 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 10:01:24 +0100 |
| commit | 764778e600177151bb42976571ffc48231ac9ffd (patch) | |
| tree | c453296d7c88ec32a4074b724f780fc966966f56 /modules/home/i3wm/nord-blue/i3.nix | |
| parent | fd83046433714aa19e0dcd58f1634d72047083f3 (diff) | |
changed and fixed colours
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
