This commit is contained in:
fqbn207
2025-01-09 04:09:45 +01:00
parent 5bc832385f
commit 2843a405a3
7 changed files with 7 additions and 4 deletions

View File

@ -18,6 +18,10 @@
".wp/fuji.png".source = ./raw/wp/fuji.png;
".wp/orbit.png".source = ./raw/wp/orbit.png;
".wp/hollow_knight.png".source = ./raw/wp/hollow_knight.png;
".wp/ios.png".source = ./raw/wp/ios.png;
".wp/manga.png".source = ./raw/wp/manga.png;
".wp/bg.png".source = ./raw/wp/bg.png;
".wp/wolf.png".source = ./raw/wp/wolf.png;
};
};
}

View File

@ -13,7 +13,7 @@
};
shellAliases = {
http = "python3 -m http.server";
rm = "rm -rfv";
rm = "rm $@ -v -I";
ls = "${pkgs.eza}/bin/eza -l --icons";
cp = "cp -rv";
mv = "mv -v";
@ -29,8 +29,7 @@
];
initExtra = ''
eval "$(fzf --bash)"
PS1="\w % "
complete -cf doas
'';
};
};

View File

@ -22,7 +22,7 @@
}
];
startup = [
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/orbit.png"; }
{ command = "${pkgs.swaybg}/bin/swaybg -i $HOME/.wp/ios.png"; }
];
gaps = {
outer = 5;

BIN
modules/raw/wp/bg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
modules/raw/wp/ios.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
modules/raw/wp/manga.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
modules/raw/wp/wolf.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB