mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update battery status in terminal.
This commit is contained in:
parent
8e61cfeff3
commit
307352d256
1 changed files with 1 additions and 1 deletions
|
@ -1705,7 +1705,7 @@ we don't want to remove that so we just return the original."
|
|||
((> percentage-number 25)
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "battery-quarter" :height 1.1 :v-adjust -0.0575 :face face)
|
||||
(propertize "!" 'face face)))
|
||||
(propertize "-" 'face face)))
|
||||
(t
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "battery-empty" :height 1.1 :v-adjust -0.0575 :face face)
|
||||
|
|
Loading…
Reference in a new issue