Add standard wallpapers

This commit is contained in:
2021-11-11 23:09:19 +00:00
parent b8c20c65be
commit f782bdfe7f
9 changed files with 30 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
{ config, lib, pkgs, ...}:
{
home.file = {
"wallpapers" = {
source = ./wallpapers;
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -1,10 +1,14 @@
{ config, lib, pkgs, ...}:
let
mod = "Mod4";
in {
{
services.picom = {
enable = true;
vSync = true;
};
home.file = {
wallpapers = {
source = ./wallpapers;
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB

View File

@@ -56,8 +56,8 @@ in {
"${mod}+Shift+j" = "exec --no-startup-id i3utils window move next";
"${mod}+p" = "scratchpad show";
"${mod}+Escape" = "exec i3lock -i /home/daniel/Pictures/wallpapers/wallpaper_3840x2160_blur.png";
"${mod}+Shift+Escape" = "exec i3lock -i /home/daniel/Pictures/wallpapers/wallpaper_3840x2160_blur.png && systemctl suspend";
"${mod}+Escape" = "exec i3lock -i /home/daniel/wallpapers/lock.png";
"${mod}+Shift+Escape" = "exec i3lock -i /home/daniel/wallpapers/lock.png && systemctl suspend";
};
modifier = mod;