From e2b164807b208cb9c099c0b024646fcdde96d3d9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Feb 2022 12:52:49 +0900 Subject: feat(home/base): use static grey for bg --- home/profiles/base/config/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base/config') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index e9c7c72..9d971b8 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -187,7 +187,7 @@ with neotheme.colors; client.focused_inactive $muted $muted $color0 $color5 client.unfocused $muted $muted $color7 $color5 client.urgent $color10 $color10 $color0 $color5 - output "*" bg ${neotheme.wallpaper} fill + output "*" bg #545454 solid_color output "*" scale 1 output "*" scale_filter nearest -- cgit 1.4.1