Upload files to "polybar"
This commit is contained in:
parent
76a82c7b66
commit
d5133875dd
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background-alt = #00000000
|
background-alt = #00000000
|
||||||
foreground = #1f3641
|
foreground = A3D1C6
|
||||||
primary = #0d100f
|
primary = #B3D8A8
|
||||||
altprime = #0D100F
|
altprime = #B3D8A8
|
||||||
secondary = #0D100F
|
secondary = #FBFFE4
|
||||||
altsecondary = #BEABA7EF
|
altsecondary = #BEABA7EF
|
||||||
alert = #A54242
|
alert = #A54242
|
||||||
disabled = #707880
|
disabled = FBFFE4
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
bottom = false
|
bottom = false
|
||||||
@ -34,7 +34,7 @@ radius = 8
|
|||||||
|
|
||||||
; dpi = 96
|
; dpi = 96
|
||||||
|
|
||||||
background = #80c8c9c9
|
background = #1B4D3E
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
@ -119,22 +119,20 @@ label-foreground = ${colors.altprime}
|
|||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
full-at = 99
|
full-at = 99
|
||||||
low-at = 5
|
low-at = 15
|
||||||
; Use the following command to list batteries and adapters:
|
; Use the following command to list batteries and adapters:
|
||||||
; $ ls -1 /sys/class/power_supply/
|
; $ ls -1 /sys/class/power_supply/
|
||||||
battery = BAT0
|
battery = BAT0
|
||||||
;adapter = ucsi-source-psy-USBC000:001
|
|
||||||
adapter = AC
|
adapter = AC
|
||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
;label-charging = Charging %percentage%%
|
label-charging = %percentage%%
|
||||||
label-charging = %percentage%%
|
|
||||||
;label-discharging = Discharging %percentage%%
|
|
||||||
label-discharging = %percentage%%
|
label-discharging = %percentage%%
|
||||||
format-charging = <animation-charging> <label-charging>
|
format-charging = <animation-charging> <label-charging>
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
|
|
||||||
label-full = %percentage%%
|
;label-full = Fully charged
|
||||||
format-full = <ramp-capacity> <label-full>
|
label-full =
|
||||||
|
|
||||||
label-low = BATTERY LOW
|
label-low = BATTERY LOW
|
||||||
|
|
||||||
; Only applies if <ramp-capacity> is used
|
; Only applies if <ramp-capacity> is used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user