Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm
This commit is contained in:
parent
daef727a61
commit
eca7cebedd
7 changed files with 43 additions and 22 deletions
.local/bin
|
@ -1,7 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
xkcdpass_res=$(xkcdpass --numwords=13 --delimiter=_ --case=capitalize)
|
||||
|
||||
shuf_res=$(shuf -i 100000-999999 -n1)
|
||||
|
||||
echo ${xkcdpass_res}_${shuf_res}
|
||||
xkcdpass_res=$(xkcdpass --numwords=13 --case=capitalize)
|
||||
echo ${xkcdpass_res}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue