This commit is contained in:
poslop
2024-04-30 15:32:45 -05:00
parent a21e33aeb6
commit 7d153f28e0
23 changed files with 1781 additions and 1490 deletions

View File

@@ -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