commit ecc0e243ba9f585c3050b67eaec83fb387690099 parent 4ad34be8c6db0b94cb50371adf2c6cb4c9001a27 Author: Francesco Saccone <francesco@francescosaccone.com> Date: Mon, 14 Apr 2025 17:00:46 +0200 feat: set 'backgroundImage' and 'colors' options of sway module Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
R | modules/home-manager/sway/background.png -> hosts/laptop/home/background.png | | | 0 | |
M | hosts/laptop/home/default.nix | | | 8 | ++++++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/home-manager/sway/background.png b/hosts/laptop/home/background.png Binary files differ. diff --git a/hosts/laptop/home/default.nix b/hosts/laptop/home/default.nix @@ -130,6 +130,14 @@ fonts = { monospace = "IBM Plex Mono"; }; + backgroundImage = ./background.png; + colors = { + background = "#00112b"; + foreground = "#d5e5ff"; + darkRed = "#c85151"; + green = "#80ff80"; + red = "#da8b8b"; + }; }; vis = { enable = true;