Added New Wallpapers & more

This commit is contained in:
Tyler Kelley
2024-01-10 22:03:15 -06:00
parent 0bd5a4981c
commit f11d9748f9
14 changed files with 238 additions and 6 deletions

7
scripts/wallsetter.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs }:
pkgs.writeShellScriptBin "wallsetter" ''
NEWWALLPAPER=$(find $HOME/Pictures/Wallpapers -type l | shuf -n 1)
${pkgs.swww}/bin/swww img $NEWWALLPAPER --transition-type wave --transition-angle 120 --transition-step 30
''