mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -05:00
5 lines
93 B
Bash
5 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
idx=$(( (RANDOM % 3) + 1))
|
||
|
feh --bg-scale /home/lain/Pictures/wallpaper$idx.jpg
|