1VOLUMEICON.5(5)                   volumeicon                   VOLUMEICON.5(5)
2
3
4

NAME

6       volumeicon - configuration file for volumeicon(1)
7

SYNOPSIS

9       ~/.config/volumeicon/volumeicon
10

DESCRIPTION

12       volumeicon(1) obtains configuration information from
13       ~/.config/volumeicon/volumeicon. This configuration file can be
14       overriden on runtime via --config switch.
15
16       The configuration syntax is similar of those .ini files.
17
18       [Alsa]
19           This section holds alsa sound card configuration.
20
21           card
22               Specify which sound card to control. The default value is
23               default.
24
25           channel
26               Specify the channel to control. This defaults to the first
27               channel of the selected card/device.
28
29           logarithmic_scale
30               Use logarithmic volume scale which mimics how humans perceive
31               changes in volume. The default value is false.
32
33       [Notification]
34           This section holds notification configuration.
35
36           show_notification
37               The value can be either true to enable notification or false to
38               disable notification.
39
40           notification_type
41               The value can be either 1 for libnotify based notification or 0
42               for GTK+ popup notification.
43
44       [StatusIcon]
45           This section holds status icon configuration. The configuration
46           items are as follows.
47
48           stepsize
49               Configure how many steps when changing volume. Takes an integer
50               value. The default is 5.
51
52           onclick
53               Configure the command executed when clicking volumeicon(1)
54               applet. The default is xterm -e 'alsamixer'.
55
56           theme
57               Icon theme to use. The default is tango
58
59           use_panel_specific_icons
60               Whether to use panel-provided icon. The default is false.
61
62           lmb_slider
63               Whether to show volume slider. The default is false.
64
65           mmb_mute
66               whether to use middle mouse button to toggle mute. The default
67               is false.
68
69           use_horizontal_slider
70               Whether to use horizontal slider. The default is true.
71
72           show_sound_level
73               Whether to show sound level. The default is false.
74
75           use_transparent_background
76               Whether to use transparent background. The default is false.
77
78       [Hotkeys]
79           This section holds the hotkey configuration for volume
80           manipulation.
81
82           up_enabled
83               Whether to enable volume up hotkey. The default is false.
84
85           down_enabled
86               whether to enable volume down hotkey. The default is false.
87
88           mute_enabled
89               Whether to enable volume mute hotkey. The default is false.
90
91           up  Hotkey to increase volume. The default is XF86AudioRaiseVolume.
92
93           down
94               Hotkey to decrease volume. The default is XF86AudioLowerVolume.
95
96           mute
97               Hotkey to toggle mute. The default is XF86AudioMute.
98

BUGS

100       Submit bug reports and pull requests to Github
101       <https://github.com/Maato/volumeicon>
102

LICENSE

104       This program is licensed under GNU General Public License version 3.
105       See COPYING in the distribution for detailed license text.
106

SEE ALSO

108       volumeicon(1), alsamixer(1), xev(1)
109
110
111
1120.5.1                             2023-08-01                   VOLUMEICON.5(5)
Impressum