Create README.md

This commit is contained in:
Kiana Sheibani 2022-04-15 09:14:22 -04:00
parent ebfd0492bf
commit f3e0f06eb5
5 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -2,7 +2,6 @@
let
modifier = "Mod1";
terminal = "alacritty";
bgimg = "What_Space_Really_Looks_Like_2880x1800.png";
in {
home.sessionVariables = {
@ -109,7 +108,7 @@ in {
};
output."*" = {
bg = "${./background/${bgimg}} fill";
bg = "${../../../assets/background.png} fill";
};
};
};