blob: 48d3821d07aa9fd0c62f18b5ece6cb9b801176c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# straight forward
icons: true
# keeps going after a successful login
loop: true
# gnupg public key id used for encrypting/decrypting passwords
# set it to 'plain' for saving passwords in plain text (not recommended
# but still)
# if not set, the program will prompt your for a key or plain
gpg: plain
# displays the percentage in the bottom right
percent: false
# if set, will open your command in the specified terminal emulator. works great
# with loop set to true. will handle the env variable $TERMINAL if set as such
# if commented or unset,
# the command will replace hardflip
#terminal: alacritty
|