From 46bbd9eda0635693163647786fe8e95328176212 Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Thu, 29 Oct 2020 17:29:02 +0100 Subject: [PATCH] Replace wallpaper with solid color --- home-profiles/desktop/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config index 994d499..c588214 100644 --- a/home-profiles/desktop/.config/sway/config +++ b/home-profiles/desktop/.config/sway/config @@ -65,7 +65,8 @@ output eDP-1 { # pos 0 -1080 #} -output * bg $wallpaper fill +#output * bg $wallpaper fill +output * bg "#1d2021" solid_color # Run desktop daemons exec_always pkill kanshi; exec kanshi -- GitLab