Skip to content

Instantly share code, notes, and snippets.

View pawelkl-zz's full-sized avatar

Paweł Kłosiewicz pawelkl-zz

View GitHub Profile
@pawelkl-zz
pawelkl-zz / mixer.sh
Created May 6, 2013 17:00
i3 volume control
#!/bin/bash
STEPS=10
STEP=$((65536/$STEPS))
SINK=1
MAXVOL=65536
STATE_FILE=.mute
ICON_NAME=""
MUTED=""
getMasterVolume ()
{