feat(wallpaper): add better wallpaper module

This commit is contained in:
Moritz Böhme 2023-05-07 13:53:31 +02:00
parent 326b14d39a
commit 3e9468d872
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 99 additions and 23 deletions

View file

@ -45,7 +45,7 @@ in
focus_follows_pointer = true;
};
startupPrograms = [
"randomWallpaper"
"wallpaper -r"
];
extraConfig = builtins.readFile ./bspwmrc;
};