diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 22:41:35 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 22:41:35 +0100 |
| commit | 3a5c740da593ffb1f24aec01ec5023c19cd19469 (patch) | |
| tree | d22c70302f2e32b9ce83e79c013b2d4696907a7f /modules/home/i3wm/nord-blue/i3.nix | |
| parent | fd96aac64eeb142e9ef47371359e5ffd50ad4c0c (diff) | |
added colours
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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}'"; } ]; |
