i3: Randomize wallpaper on login

This commit is contained in:
2022-06-09 19:48:25 +02:00
parent 263be3ebfc
commit 932e0a0b14
15 changed files with 15 additions and 1 deletions

3
tree/.local/bin/random-file-of Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
fd -d1 . $@ | sort -R | head -n 1