You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
3 years ago
|
[module/backlight]
|
||
|
type = internal/xbacklight
|
||
|
|
||
|
format = <label> <bar>
|
||
|
label = BL
|
||
|
|
||
|
bar-width = 10
|
||
|
bar-indicator = |
|
||
|
bar-indicator-foreground = #fff
|
||
|
bar-indicator-font = 2
|
||
|
bar-fill = ─
|
||
|
bar-fill-font = 2
|
||
|
bar-fill-foreground = #9f78e1
|
||
|
bar-empty = ─
|
||
|
bar-empty-font = 2
|
||
|
bar-empty-foreground = ${colors.foreground-alt}
|
||
|
|
||
|
[module/backlight-acpi]
|
||
|
inherit = module/backlight
|
||
|
type = internal/backlight
|
||
|
card = intel_backlight
|
||
|
|
||
|
[module/alsa]
|
||
|
type = internal/alsa
|
||
|
|
||
|
format-muted =
|
||
|
|
||
|
format-volume = <label-volume> <bar-volume>
|
||
|
label-volume =
|
||
|
|
||
|
bar-volume-width = 10
|
||
|
bar-volume-foreground-0 = #55aa55
|
||
|
bar-volume-foreground-1 = #55aa55
|
||
|
bar-volume-foreground-2 = #55aa55
|
||
|
bar-volume-foreground-3 = #55aa55
|
||
|
bar-volume-foreground-4 = #55aa55
|
||
|
bar-volume-foreground-5 = #f5a70a
|
||
|
bar-volume-foreground-6 = #ff5555
|
||
|
bar-volume-gradient = false
|
||
|
bar-volume-indicator = |
|
||
|
bar-volume-indicator-font = 1
|
||
|
bar-volume-fill = ─
|
||
|
bar-volume-fill-font = 1
|
||
|
bar-volume-empty = ─
|
||
|
bar-volume-empty-font = 1
|
||
|
|
||
|
[module/cpu]
|
||
|
type = internal/cpu
|
||
|
interval = 2
|
||
|
|
||
|
format-background = ${colors.background}
|
||
|
|
||
|
label = %percentage:2%%
|
||
|
|
||
|
[module/memory]
|
||
|
type = internal/memory
|
||
|
interval = 2
|
||
|
|
||
|
format-background = ${colors.background}
|
||
|
|
||
|
label = %percentage_used%%
|