Skip to content

Commit

Permalink
polybar: add low battery label
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 9, 2023
1 parent 98e823c commit eb5ab2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/services/polybar/modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ label-full = Fully Charged
label-full-background = ${color.mb}
label-full-padding = ${layout.module-padding}

; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw%
; %time%
; %consumption% (shows current discharge rate in watts)
; New in version 3.6.0
label-low = "%{T2}󰚌%{T-} LOW BATTERY %{T2}󰚌%{T-}"

; Only applies if <ramp-capacity> is used
ramp-capacity-0 = 
ramp-capacity-1 = 
Expand Down

0 comments on commit eb5ab2f

Please sign in to comment.