mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update battery thresholds.
This commit is contained in:
parent
6c35035bc8
commit
b1b51de36a
1 changed files with 2 additions and 2 deletions
|
@ -1712,11 +1712,11 @@ we don't want to remove that so we just return the original."
|
|||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "battery-full" :v-adjust -0.0575)
|
||||
(propertize "-" 'face face)))
|
||||
((> percentage-number 50)
|
||||
((> percentage-number 70)
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "battery-three-quarters" :v-adjust -0.0575)
|
||||
(propertize "-" 'face face)))
|
||||
((> percentage-number 30)
|
||||
((> percentage-number 40)
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "battery-half" :v-adjust -0.0575)
|
||||
(propertize "-" 'face face)))
|
||||
|
|
Loading…
Reference in a new issue