use new XDG profile
this might be subject to change, due to exessive problems still needing fixes
This commit is contained in:
34
etc/polybar/modules/battery.ini
Normal file
34
etc/polybar/modules/battery.ini
Normal file
@@ -0,0 +1,34 @@
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
full-at = 100
|
||||
low-at = 10
|
||||
battery = BAT1
|
||||
adapter = ACAD
|
||||
time-format = %H:%M
|
||||
poll-interval = 5
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
label-charging = %percentage%%
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
animation-charging-framerate = 1000
|
||||
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
label-discharging = %percentage%%
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
|
||||
format-full = <label-full>
|
||||
label-full = %percentage%%
|
||||
|
||||
format-low = <animation-low> <label-low>
|
||||
label-low = %percentage%%
|
||||
animation-low-0 =
|
||||
animation-low-1 =
|
||||
animation-low-framerate = 500
|
||||
Reference in New Issue
Block a user