blob: d4c27c7f0dbe9ccd2789ab0de2f693ef29f54738 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# straight forward
icons: true
# keeps going after a successful login
loop: true
# gnupg public key id used for encrypting/decrypting passwords.
# if not set, passwords will be disabled. session programs will most likely
# prompt you then.
# set it to 'plain' for saving passwords in plain text (not recommended
# but still)
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
|