Skip to content
Saweet edited this page Oct 10, 2020 · 4 revisions

Installation

Dependencies

Optional / Supported

Desktop environments
  • i3wm - a tiling window manager designed for X11
Notification methods
  • notify-osd - Canonical's on-screen-display notification agent
  • dunst - a customizeable and lightweight notification daemon
  • xob - a lightweight configurable overlay bar for X11
Status bars
  • i3blocks - i3blocks is a highly flexible status line generator for status bars
  • i3status - a small status bar for i3bar, dzen2, xmobar or similar programs

Arch Linux

Arch Linux users may find PKGBUILD in aur.

Manual setup for i3wm

Clone this repository:

git clone https://github.com/hastinbe/i3-volume.git ~/i3-volume

Volume control can be done through either alsa-utils, pulseaudio-utils, or both. Use one of the example configuration files below:

PulseAudio

cat i3volume-pulseaudio.conf >> ~/.config/i3/config

Alsamixer

cat i3volume-alsa.conf >> ~/.config/i3/config

Reload i3wm by pressing mod+Shift+r and use the volume keys on your keyboard.

Clone this wiki locally