home/sway: change wallpaper
This commit is contained in:
parent
544c18be94
commit
39dc7267aa
2 changed files with 2 additions and 7 deletions
BIN
home/applications/sway/background.png
Normal file
BIN
home/applications/sway/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue