mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05: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…
Add table
Reference in a new issue