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
42
Commits
1
Branch
647 MiB
Shell
63.4%
xBase
21.8%
Lua
13%
Perl
1.6%
Tree:
ed91d44293
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
)