swww wallpaper changer
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
WALLPAPERS_DIR="$HOME/.local/share/wallpaper/current"
|
||||
WALLPAPER=$(find "$WALLPAPERS_DIR" -type f | shuf -n 1)
|
||||
|
||||
swww img "$WALLPAPER"
|
||||
Reference in New Issue
Block a user