Author Topic: microWatt-R10, can volume adjust without a mouse?  (Read 1341 times)

gychang

  • Newbie
  • *
  • Posts: 14
    • View Profile
microWatt-R10, can volume adjust without a mouse?
« on: March 14, 2017, 06:37:00 PM »
like the keyboard centric format in microwatt, is there a way to adjust volume without use of the mouse?.  Only way I can figure out is to launch alsamixer in the terminal, is there an easy way?

---
where is the MicroWatt OS??
---

biffster

  • wattOS - head nerd
  • Administrator
  • Sr. Member
  • *****
  • Posts: 237
    • View Profile
Re: microWatt-R10, can volume adjust without a mouse?
« Reply #1 on: March 25, 2017, 05:12:21 PM »
Hi there....

The easiest way really is to install i3blocks (should be in the repos)

After install via synaptic or commandline...

The edit your i3 config file. At the bottom you will find this.

bar {
  status_command i3status
}

Change it to this

bar {
  status_command i3blocks
}

Then restart i3 (Mod-Shift-R) - your status line look will change slightly (which you can fully customize of course) and you will see a "VOL" entry typically that you can then use.

i3blocks supports clickable events, etc. On my systems I put my mouse over the "VOL 50%" area, and scroll the mouse wheel and volume goes up and down with no additional config or changes needed. You might need to on your system, but thats one option.

Additionally on i3status you can make some edits as well to make it work, but I like the easy path :)
« Last Edit: March 25, 2017, 05:13:53 PM by biffster »