blob: 0440c084302fcb853e0090566532d728ee25c54c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
[bar]
fill = ﭳ
empty = ﭳ
indicator =
width = 6
format = %{T4}%fill%%indicator%%empty%%{F-}%{T-}
[module/memory_bar]
type = internal/memory
interval = 2
format = <bar-used> <label>
format-prefix = " "
format-background = ${color.background}
format-padding = 1
label = "%mb_used%"
bar-used-format = ${bar.format}
bar-used-width = ${bar.width}
bar-used-gradient = false
bar-used-indicator = ${bar.indicator}
bar-used-indicator-foreground = ${color.foreground}
bar-used-fill = ${bar.fill}
bar-used-foreground-0 = ${color.green}
bar-used-foreground-1 = ${color.green}
bar-used-foreground-2 = ${color.yellow}
bar-used-foreground-3 = ${color.yellow}
bar-used-foreground-4 = ${color.red}
bar-used-empty = ${bar.empty}
bar-used-empty-foreground = ${color.foreground-alt}
[module/mpd_bar]
type = internal/mpd
interval = 1
format-online = <label-song> <bar-progress> <label-time>
format-online-prefix =
format-online-background = ${color.background}
format-online-padding = 1
format-offline = <label-offline>
format-offline-prefix =
format-offline-background = ${color.background}
format-offline-padding = 1
label-song = " %artist% - %title%"
label-song-maxlen = 25
label-song-ellipsis = true
label-time = %elapsed% / %total%
label-offline = " Offline"
icon-play =
icon-pause =
icon-stop =
icon-next =
icon-prev =
icon-seekf =
icon-seekb =
icon-random =
icon-repeat =
icon-repeatone =
icon-single =
icon-consume =
toggle-on-foreground = ${color.green}
toggle-off-foreground = ${color.red}
bar-progress-format = ${bar.format}
bar-progress-width = ${bar.width}
bar-progress-gradient = false
bar-progress-indicator = ${bar.indicator}
bar-progress-indicator-foreground = ${color.foreground}
bar-progress-fill = ${bar.fill}
bar-progress-foreground-0 = ${color.green}
bar-progress-foreground-1 = ${color.green}
bar-progress-foreground-2 = ${color.yellow}
bar-progress-foreground-3 = ${color.yellow}
bar-progress-foreground-4 = ${color.red}
bar-progress-empty = ${bar.empty}
bar-progress-empty-foreground = ${color.foreground-alt}
|