|
11 | 11 | "transition-left-to-right": false, |
12 | 12 | "click-to-reveal": false |
13 | 13 | }, |
14 | | - "modules": ["pulseaudio#preview", "pulseaudio#output", "pulseaudio#input"] |
| 14 | + "modules": ["pulseaudio#output", "pulseaudio#input"] |
15 | 15 | }, |
16 | 16 | "pulseaudio#input": { |
17 | | - "format": " <span size='large'>{format_source}</span> ", |
| 17 | + "format": "<span size='medium'>{format_source}</span> {source_volume}", |
18 | 18 | "rotate": 0, |
19 | 19 | "format-source": "\uf86b", |
20 | 20 | "format-source-muted": "\uf131", |
|
25 | 25 | "tooltip-format": "{format_source} {source_desc} // {source_volume}%", |
26 | 26 | "scroll-step": 5 |
27 | 27 | }, |
28 | | - "pulseaudio#preview": { |
29 | | - // Shows status preview for both input and output devices |
30 | | - "format": "<sup><span size='small' rise='1000'>{icon}</span> <span size='large' weight='bold'>{volume}<span size='x-small' rise='1000'>%</span></span></sup>\n<sub><span size='small' rise='1000'>{format_source}</span> <span size='large' weight='bold'>{source_volume}<span size='x-small' rise='3000'>%</span></span></sub>", |
31 | | - "format-muted": "婢", |
32 | | - "tooltip": true, |
33 | | - "format-source": "", |
34 | | - "format-source-muted": "", |
35 | | - "tooltip-format": "{icon} {desc} // {volume}%\n{format_source} {source_desc} // {source_volume}%", |
36 | | - "format-icons": { |
37 | | - "headphone": "", |
38 | | - "hands-free": "", |
39 | | - "headset": "", |
40 | | - "phone": "", |
41 | | - "portable": "", |
42 | | - "car": "", |
43 | | - "default": ["", "", ""] |
44 | | - }, |
45 | | - "on-click": "pavucontrol -t 3", |
46 | | - "on-click-right": "hyde-shell volumecontrol -s ''", |
47 | | - "on-click-middle": "hyde-shell volumecontrol -o m", |
48 | | - "on-scroll-up": "hyde-shell volumecontrol -o i", |
49 | | - "on-scroll-down": "hyde-shell volumecontrol -o d" |
50 | | - }, |
51 | 28 |
|
52 | 29 | "pulseaudio#output": { |
53 | | - "format": " <span size='large'>{icon}</span> ", |
| 30 | + "format": "<span size='medium'>{icon}</span> {volume}", |
54 | 31 | "rotate": 0, |
55 | | - "format-muted": "婢", |
| 32 | + "format-muted": "<span size='large'>婢</span> {volume}", |
56 | 33 | "on-click": "pavucontrol -t 3", |
57 | 34 | "on-click-right": "hyde-shell volumecontrol -s ''", |
58 | 35 | "on-click-middle": "hyde-shell volumecontrol -o m", |
|
0 commit comments