mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-13 04:47:01 -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
|