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
19
Commits
1
Branch
113 MiB
Shell
64.3%
xBase
22.1%
Lua
13.4%
Tree:
09d9c99b0d
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
)