style: battery color
This commit is contained in:
parent
586de7623c
commit
4721486543
2 changed files with 3 additions and 4 deletions
|
@ -59,9 +59,9 @@ else:
|
||||||
B_UNKNOWN = B_TEMPLATE.format("\uf128")
|
B_UNKNOWN = B_TEMPLATE.format("\uf128")
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
'low': '#fb4934',
|
'low': '#d32f2f',
|
||||||
'mid': '#fabd2f',
|
'mid': '#ffa000',
|
||||||
'high': '#b8bb26'
|
'high': '#d4e157'
|
||||||
}
|
}
|
||||||
|
|
||||||
display = "<span color=\"{}\">{} {}%</span>"
|
display = "<span color=\"{}\">{} {}%</span>"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/home/aro/.dotfiles/config/i3/scripts/vpn
|
|
Loading…
Add table
Add a link
Reference in a new issue