blob: 6d713d78eebf37c1a29d7c318142ef9f7c4fe2ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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. 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
|