blob: b711d45f09c3e4c8970720594be7ae35f4f73c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# straight forward
icons: true
# keeps going after a successful login
loop: true
# displays the percentage in the bottom right
percent: false
# if set, will open your command in the specified terminal emulator.
# will handle the env variable $TERMINAL if set to this. if commented or unset,
# the command will replace hardflip
#terminal: alacritty
|