-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.conf
36 lines (30 loc) · 959 Bytes
/
config.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Config file defining color variables BF_COL1, BF_COL2, and BF_COL3
# Generic color list.
# Disable warning about unused variables.
# shellcheck disable=2034
{
c1='[31m'; c2='[32m'
c3='[33m'; c4='[34m'
c5='[35m'; c6='[36m'
c7='[37m'; c8='[38m'
}
# BF_COL1
# 🬭🬭🬭█████🬭🬭🬭 /
# █ █ ashishk@nandu
# █ █ model LGC 5B10W138
# █ 97% █ charge 97% AC pluged
# █ █ power 0W performance
# █ 🗲 █ state connected & Not charging
# █ █ health 80% | cycles 772
# 🮂🮂🮂🮂🮂🮂🮂🮂🮂🮂🮂 | \
# BF_COL3 BF_COL2
#
# BF_COL1: possible value 1/2/3/4/5/6/7/8
# Default = 2
# BF_COL1=2
# BF_COL2: possible value 1/2/3/4/5/6/7/8
# Default = 7
# BF_COL2=7
# BF_COL3: possible value 1/2/3/4/5/6/7/8
# Default = 6
# BF_COL3=6