Scroll to navigation

VOLUMEICON.5(5) volumeicon VOLUMEICON.5(5)

NAME

volumeicon - configuration file for volumeicon(1)

SYNOPSIS

~/.config/volumeicon/volumeicon

DESCRIPTION

volumeicon(1) obtains configuration information from ~/.config/volumeicon/volumeicon. This configuration file can be overridden on runtime via --config switch.

The configuration syntax is similar of those .ini files.

[Alsa]
This section holds alsa sound card configuration.
Specify which sound card to control. The default value is default.
Specify the channel to control. This defaults to the first channel of the selected card/device.
Use logarithmic volume scale which mimics how humans perceive changes in volume. The default value is false.
[Notification]
This section holds notification configuration.
The value can be either true to enable notification or false to disable notification.
The value can be either 1 for libnotify based notification or 0 for GTK+ popup notification.
[StatusIcon]
This section holds status icon configuration. The configuration items are as follows.
Configure how many steps when changing volume. Takes an integer value. The default is 5.
Configure the command executed when clicking volumeicon(1) applet. The default is xterm -e 'alsamixer'.
Icon theme to use. The default is tango
Whether to use panel-provided icon. The default is false.
Whether to show volume slider. The default is false.
whether to use middle mouse button to toggle mute. The default is false.
Whether to use horizontal slider. The default is true.
Whether to show sound level. The default is false.
Whether to use transparent background. The default is false.
[Hotkeys]
This section holds the hotkey configuration for volume manipulation.
Whether to enable volume up hotkey. The default is false.
whether to enable volume down hotkey. The default is false.
Whether to enable volume mute hotkey. The default is false.
Hotkey to increase volume. The default is XF86AudioRaiseVolume.
Hotkey to decrease volume. The default is XF86AudioLowerVolume.
Hotkey to toggle mute. The default is XF86AudioMute.

BUGS

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

LICENSE

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

SEE ALSO

volumeicon(1), alsamixer(1), xev(1)

2021-08-16 0.5.1