1PASYSTRAY(1) General Commands Manual PASYSTRAY(1)
2
3
4
6 pasystray - PulseAudio controller for the system tray
7
9 pasystray [options]
10
12 pasystray enables control of various PulseAudio server settings from
13 the X11 system tray. Clicking the tray icon will display a graphical
14 menu, allowing the user to:
15
16 · adjust the volume of streams and sinks/sources
17
18 · transfer streams between sinks/sources
19
20 · switch the default sink/source
21
22 · set the default server (PULSE_SERVER)
23
24 · detect network PulseAudio services
25
26 · rename devices
27
29 Status icon:
30
31 · Middle-click / Alt + Left-click: toggle mute, default sink
32
33 · Ctrl + Middle-click / Ctrl + Alt + Left-click: toggle mute,
34 default source
35
36 · Scroll up/down: adjust volume, default sink
37
38 · Ctrl + Scroll up/down: adjust volume, default source
39
40 Source/Sink menu item:
41
42 · Scroll up/down: adjust volume
43
44 · Left-click: set as default sink/source
45
46 · Middle-click / Alt + Left-click: toggle mute
47
48 · Right-click: rename
49
50 Playback/record stream menu item:
51
52 · Scroll up/down: adjust volume
53
54 · Middle-click: toggle mute
55
57 pasystray can make use of the following PulseAudio modules:
58
59 · module-device-manager - device renaming
60
61 · module-zeroconf-discover - network device discovery
62
63 These modules may need to be loaded, using e.g. pactl(1) or pasystray
64 itself.
65
67 In order to detect remote sinks/source, as well as enabling module-
68 zeroconf-discover locally, module-zeroconf-publish must be enabled on
69 the remote server.
70
72 As with most PulseAudio-aware applications, the environment variable
73 PULSE_SERVER may be set to the address of a remote host in order to use
74 pasystray to control the server running on that host.
75
77 This program follows the usual GNU command line syntax, with long
78 options starting with two dashes (`-').
79
80 -V, --version
81 Show the program version.
82
83 -d, --debug
84 Print debugging information.
85
86 -m, --volume-max=N
87 Set the maximum volume (in percent).
88
89 -i, --volume-inc=N
90 Set the volume increment.
91
92 -n, --no-notify
93 Disable all notifications.
94
95 -a, --always-notify
96 Enable notifications for all changes in pulsaudio.
97
98 --include-monitors
99 Show monitor sources.
100
102 pulseaudio(1), pactl(1).
103
104 Homepage: https://github.com/christophgysin/pasystray
105
106
107
108 November 9, 2013 PASYSTRAY(1)