This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
15
Commits
1
Branch
652 MiB
Shell
64.2%
xBase
22.1%
Lua
13.6%
Tree:
a2c907d7e9
dotfiles
/
.local
/
bin
/
setbg
3 lines
80 B
Raw
Blame
History
#!/bin/sh
feh --bg-fill ~/Pictures/wp/cyb/
$(
ls ~/Pictures/wp/cyb/
|
shuf -n 1
)