Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -89,3 +89,71 @@ bar-capacity-empty = ${bar.empty}
|
||||
bar-capacity-empty-font = 2
|
||||
bar-capacity-empty-foreground = ${color.sep}
|
||||
bar-fill-font = 2
|
||||
|
||||
|
||||
|
||||
; [module/battery]
|
||||
; type = internal/battery
|
||||
|
||||
; full-at = 99
|
||||
|
||||
; ; $ ls -1 /sys/class/power_supply/
|
||||
; battery = BAT1
|
||||
; adapter = ACAD
|
||||
|
||||
; poll-interval = 2
|
||||
; time-format = %H:%M
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-charging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-charging>
|
||||
; format-charging = <animation-charging>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-discharging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-discharging>
|
||||
; format-discharging = <ramp-capacity>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-full> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ;format-full = <ramp-capacity> <label-full>
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current charge rate in watts)
|
||||
; label-charging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current discharge rate in watts)
|
||||
; label-discharging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ;label-full = Fully Charged
|
||||
; label-full =
|
||||
; label-full-foreground = ${color.green}
|
||||
|
||||
; ramp-capacity-0 =
|
||||
; ramp-capacity-1 =
|
||||
; ramp-capacity-2 =
|
||||
; ramp-capacity-3 =
|
||||
; ramp-capacity-4 =
|
||||
|
||||
; animation-charging-0 =
|
||||
; animation-charging-1 =
|
||||
; animation-charging-2 =
|
||||
; animation-charging-3 =
|
||||
; animation-charging-4 =
|
||||
|
||||
; ; Framerate in milliseconds
|
||||
; animation-charging-framerate = 750
|
||||
|
||||
|
||||
Reference in New Issue
Block a user