update
This commit is contained in:
@@ -84,7 +84,7 @@ type = internal/battery
|
||||
; format-low once this charge percentage is reached
|
||||
; Default: 10
|
||||
; New in version 3.6.0
|
||||
low-at = 20
|
||||
low-at = 25
|
||||
|
||||
; Use the following command to list batteries and adapters:
|
||||
; $ ls -1 /sys/class/power_supply/
|
||||
@@ -93,17 +93,24 @@ adapter = ACAD
|
||||
|
||||
format-charging = <label-charging>
|
||||
format-discharging = <label-discharging>
|
||||
format-low = <label-low>
|
||||
|
||||
label-charging = %percentage_raw%%
|
||||
label-discharging = %percentage_raw%%
|
||||
label-low = %percentage_raw%%
|
||||
label-low = %percentage%%
|
||||
|
||||
format-charging-prefix = "BAT "
|
||||
format-charging-prefix = "CHRG "
|
||||
format-charging-prefix-foreground = ${colors.primary}
|
||||
|
||||
format-discharging-prefix = "BAT "
|
||||
format-discharging-prefix-foreground = ${colors.primary}
|
||||
|
||||
format-full-prefix = "BAT "
|
||||
format-full-prefix-foreground = ${colors.primary}
|
||||
|
||||
format-low-prefix = "LOW "
|
||||
format-low-prefix-foreground = ff8585
|
||||
|
||||
poll-interval = 5
|
||||
|
||||
[module/xworkspaces]
|
||||
@@ -209,7 +216,7 @@ format-prefix-foreground = ${colors.primary}
|
||||
[module/backlight]
|
||||
type = internal/backlight
|
||||
; $ ls -1 /sys/class/backlight/
|
||||
card = amdgpu_bl0
|
||||
card = amdgpu_bl1
|
||||
|
||||
use-actual-brightness = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user