Files
nixos-dotfiles/config/niri/wallpaper.sh
T
2026-06-19 13:12:15 +02:00

4 lines
238 B
Bash

#!/bin/sh
WALLPAPER=$(find "$HOME/.config/niri/wallpapers" -maxdepth 1 -type f \( -name "*.png" -o -name "*.jpg" -o -name "*.jpeg" \) | shuf -n 1)
awww img "$WALLPAPER" --transition-type random --transition-duration 2 --transition-fps 60