From cd14b3f870d13ff852328c353d68f8c65cd16fca Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Mar 2022 13:45:27 +0900 Subject: feat(home/base): add arctic bg --- home/profiles/base/config/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index bc1862a..37f3f74 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 $muted client.unfocused $muted $muted $color7 $muted client.urgent $color10 $color10 $color0 $color10 - output "*" bg #545454 solid_color + output "*" bg ${../../../../assets/annie-spratt-arctic.jpg} fill output "*" scale 1 output "*" scale_filter nearest -- cgit 1.4.1