feat(niri): wallpaper
This commit is contained in:
parent
9a9119b738
commit
8de795df52
3 changed files with 15 additions and 0 deletions
BIN
ahrc-laptop/background.png
Normal file
BIN
ahrc-laptop/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 MiB |
|
@ -37,10 +37,24 @@
|
|||
"Mod+Shift+quotedbl".action = move-column-to-workspace 3;
|
||||
"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 = {
|
||||
enable = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
|
||||
home.file.".local/share/backgrounds/default.png" = {
|
||||
enable = true;
|
||||
source = ./background.png;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swaybg
|
||||
catimg
|
||||
virt-manager
|
||||
unzip
|
||||
|
|
Loading…
Reference in a new issue