An open API service indexing awesome lists of open source software.

https://github.com/sebbekarlsson/i3-volume-ctrl

Graphical volume controller for the i3 window manager
https://github.com/sebbekarlsson/i3-volume-ctrl

bash i3 i3-config i3wm volume volume-control zenity

Last synced: 10 months ago
JSON representation

Graphical volume controller for the i3 window manager

Awesome Lists containing this project

README

          

# i3-volume-ctrl

> Simple volume control for i3

![i3-volume-ctrl screenshot](screenshot.png)

## Requirements

- alsa-utils
- yad

## Installation

- Clone down this repository somewhere.
- Install `yad`

# arch-linux
sudo pacman -S yad

# debian / ubuntu
sudo apt-get install yad

- Install `alsa-utils`

# arch-linux
sudo pacman -S alsa-utils

# debian / ubuntu
sudo apt-get install alsa-utils

- Keybindings for i3, put this in you i3 config file:

bindsym $mod+F3 exec /volume-increase.sh
bindsym $mod+F2 exec /volume-decrease.sh

> `` is where you have cloned down this repository.

> You should now be able to `increase` the volume using i3 `function-key + f3`,
> and you should be able to `decrease` the volume using i3 `function-key + f2`.