diff options
author | sefidel <contact@sefidel.net> | 2022-03-01 13:45:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-01 13:45:27 +0900 |
commit | cd14b3f870d13ff852328c353d68f8c65cd16fca (patch) | |
tree | 9dc24feedeb32634743c17603e255e98d7561f78 /home/profiles | |
parent | 66167fa6b91cc41888d7ff5ce4d5f76e7b24b43c (diff) | |
download | nixrc-cd14b3f870d13ff852328c353d68f8c65cd16fca.tar.gz nixrc-cd14b3f870d13ff852328c353d68f8c65cd16fca.zip |
feat(home/base): add arctic bg
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/config/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |