home/sway: change wallpaper

This commit is contained in:
Guanran Wang 2024-06-02 19:07:08 +08:00
parent 544c18be94
commit 39dc7267aa
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 2 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -37,14 +37,9 @@
];
### Visuals
output."*".bg = "${pkgs.nixos-artwork.wallpapers.nineish-dark-gray.src} fill";
#window.titlebar = false;
#gaps.inner = 4;
#gaps.outer = 4;
# https://danbooru.donmai.us/posts/6018861
output."*".bg = "${./background.png} fill";
bars = [
#{
# command = lib.getExe pkgs.waybar;
#}
{
statusCommand = "${lib.getExe pkgs.i3status-rust} $HOME/.config/i3status-rust/config-default.toml";
position = "top";