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.
55 lines
1.1 KiB
55 lines
1.1 KiB
[module/backlight]
|
|
type = internal/xbacklight
|
|
|
|
format = <label> <bar>
|
|
|
|
label = %percentage%
|
|
|
|
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/audio]
|
|
type = internal/pulseaudio
|
|
|
|
format-muted =
|
|
|
|
format-volume = <label-volume> <bar-volume>
|
|
label-volume =
|
|
|
|
bar-volume-width = 10
|
|
bar-volume-foreground-0 = #57b2ff
|
|
bar-volume-foreground-1 = #57b2ff
|
|
bar-volume-foreground-2 = #57b2ff
|
|
bar-volume-foreground-3 = #57b2ff
|
|
bar-volume-foreground-4 = #57b2ff
|
|
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
|
|
|
|
click-right = pavucontrol
|
|
|
|
[module/cpu]
|
|
type = internal/cpu
|
|
interval = 2
|
|
|
|
label = %percentage:2%%
|
|
|
|
[module/memory]
|
|
type = internal/memory
|
|
interval = 2
|
|
|
|
label = %percentage_used%% |