Linux configuration stuffs
1type = internal/pulseaudio
2
3format-volume = <label-volume> <bar-volume>
4;label-volume = VOL %percentage%%
5label-volume-foreground = ${root.foreground}
6
7label-muted = ﱝ muted
8label-muted-foreground = #f8f8f2
9
10bar-volume-width = 10
11bar-volume-foreground-0 = ${colors.green}
12bar-volume-foreground-1 = ${colors.green}
13bar-volume-foreground-2 = ${colors.green}
14bar-volume-foreground-3 = ${colors.green}
15bar-volume-foreground-4 = ${colors.green}
16bar-volume-foreground-5 = ${colors.yellow}
17bar-volume-foreground-6 = ${colors.red}
18bar-volume-gradient = false
19bar-volume-indicator = /
20bar-volume-indicator-font = 1
21bar-volume-fill = =
22bar-volume-fill-font = 0
23bar-volume-empty = =
24bar-volume-empty-font = 0
25bar-volume-empty-foreground = ${colors.foreground-alt}