finalise wallpaper
This commit is contained in:
parent
ef0c9157f4
commit
eabb1371eb
12 changed files with 217 additions and 25 deletions
|
@ -90,17 +90,25 @@ in rec {
|
|||
};
|
||||
|
||||
borders = {
|
||||
thickness = 2;
|
||||
thickness = 6;
|
||||
rounding = 0;
|
||||
gaps_in = 6;
|
||||
gaps_out = 6;
|
||||
};
|
||||
|
||||
bg = {
|
||||
image = builtins.path {
|
||||
name = "wallpaper";
|
||||
path = ./wallpaper.png;
|
||||
sha256 = "a98b32664ab456d088225a19c0fc7e672a8fccd6a30129fdb2ff11d25e766b17";
|
||||
# image = builtins.path rec {
|
||||
# name = "wallpaper.jpg";
|
||||
# path = ../${name};
|
||||
# sha256 = "ec88d7005a97f104784e53ecaef883d33cf53f76cf4a6e89d05980bbc844c772";
|
||||
# };
|
||||
image = prev.callPackage ./wallpaper.nix {} {
|
||||
palette = palette.toRGBShortHex final.rice.palette;
|
||||
wallpaper = builtins.path rec {
|
||||
name = "wallpaper.jpg";
|
||||
path = ../${name};
|
||||
sha256 = "2db3f9d0397fbd4746ada297bd14c0c7d3e22c7d4e894968fcfece90bbfb902a";
|
||||
};
|
||||
};
|
||||
};
|
||||
}; # /rice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue