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