all repos — dotfiles @ da6bafe3e51a56e52ad0dbcc320d939d38449b52

linux dotfiles

bin/scripts/passmenu_ (view raw)

 1
 2
 3
 4
 5
 6
 7
#!/bin/sh

if [[ $1 = "slow" ]]; then
    passmenu --type --slow -nb '#000' -sb '#FFF' -sf '#000' -h 20 -l 6
else
    passmenu --type -nb '#000' -sb '#FFF' -sf '#000' -h 20 -l 6
fi