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 ### Visuals
output."*".bg = "${pkgs.nixos-artwork.wallpapers.nineish-dark-gray.src} fill"; # https://danbooru.donmai.us/posts/6018861
#window.titlebar = false; output."*".bg = "${./background.png} fill";
#gaps.inner = 4;
#gaps.outer = 4;
bars = [ bars = [
#{
# command = lib.getExe pkgs.waybar;
#}
{ {
statusCommand = "${lib.getExe pkgs.i3status-rust} $HOME/.config/i3status-rust/config-default.toml"; statusCommand = "${lib.getExe pkgs.i3status-rust} $HOME/.config/i3status-rust/config-default.toml";
position = "top"; position = "top";