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