mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-17 17:21:03 +02:00
Added New Wallpapers & more
This commit is contained in:
7
scripts/wallsetter.nix
Normal file
7
scripts/wallsetter.nix
Normal 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
|
||||
''
|
Reference in New Issue
Block a user