feat(niri): wallpaper

This commit is contained in:
Ahurac 2024-11-05 16:20:13 +01:00
parent 9a9119b738
commit 8de795df52
3 changed files with 15 additions and 0 deletions

BIN
ahrc-laptop/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 MiB

View file

@ -37,10 +37,24 @@
"Mod+Shift+quotedbl".action = move-column-to-workspace 3; "Mod+Shift+quotedbl".action = move-column-to-workspace 3;
"Mod+Shift+apostrophe".action = move-column-to-workspace 4; "Mod+Shift+apostrophe".action = move-column-to-workspace 4;
}; };
spawn-at-startup = [{
command = [
"swaybg"
"-i"
"/home/ahurac/.local/share/backgrounds/default.png"
"-m"
"fill"
];
}];
}; };
programs.eww = { programs.eww = {
enable = true; enable = true;
configDir = ./eww; configDir = ./eww;
}; };
home.file.".local/share/backgrounds/default.png" = {
enable = true;
source = ./background.png;
};
} }

View file

@ -7,6 +7,7 @@
home.stateVersion = "24.05"; home.stateVersion = "24.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
swaybg
catimg catimg
virt-manager virt-manager
unzip unzip