File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ _Example:_
16
16
"width" : 20 ,
17
17
"height" : " 12.5%" ,
18
18
"frame_rate" : 60
19
- // "device": "EDIFIER W860NB Pro Analog Stereo",
20
- // "device": "Family 17h/19h HD Audio Controller Analog Stereo",
19
+ // "device": "alsa_output.pci-0000_05_00.6.analog-stereo",
21
20
// "redraw_only_on_pa_change": true,
22
21
}
23
22
}
@@ -37,8 +36,14 @@ const `speaker`
37
36
38
37
## ` device `
39
38
40
- Device description for sink or source. you can find it with ` pamixer --list-sinks/--list-sources ` at the end of each line.
41
- Provide ` null ` to use default sink.
39
+ Device name for sink or source.
40
+ Empty to use default sink.
41
+
42
+ _ TO FIND SINK NAMES:_
43
+
44
+ ``` shell
45
+ $ pactl list sinks | grep Name:
46
+ ```
42
47
43
48
_ Type: ` null | string ` _
44
49
_ Default: ` null ` _
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ _Example:_
20
20
"height" : " 12.5%" ,
21
21
"frame_rate" : 60 ,
22
22
"fg_color" : " #BD93F9"
23
+ // "device": "alsa_output.pci-0000_05_00.6.analog-stereo",
24
+ // "redraw_only_on_pa_change": true,
23
25
}
24
26
}
25
27
```
@@ -38,8 +40,14 @@ const `microphone`
38
40
39
41
## ` device `
40
42
41
- Device description for sink or source. you can find it with ` pamixer --list-sinks/--list-sources ` at the end of each line.
42
- Provide ` null ` to use default source.
43
+ Device name for sink or source.
44
+ Empty to use default source.
45
+
46
+ _ TO FIND SOURCE NAMES:_
47
+
48
+ ``` shell
49
+ $ pactl list sources | grep Name:
50
+ ```
43
51
44
52
_ Type: ` null | string ` _
45
53
_ Default: ` null ` _
You can’t perform that action at this time.
0 commit comments