Add random wallpaper

This commit is contained in:
Cyryl Płotnicki 2020-05-08 22:27:48 +01:00
parent e7aed34b2e
commit 519a73d762
3 changed files with 2 additions and 0 deletions

BIN
.background-image Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

View file

@ -18,6 +18,7 @@ in
{ command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; }
{ command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh"; always = false; notification = false; }
{ command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }
{ command = "exec ${pkgs.feh}/bin/feh --bg-scale ~/.background-image"; always = true; notification = false; }
];
window = {

View file

@ -7,6 +7,7 @@
allowAnyUser = true;
};
fractalart.enable = true;
colord.enable = true;
xserver.windowManager.i3.enable = true;
xserver.displayManager.sddm = {