AwesomeWM configuration files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
local wibox = require('wibox') |
|
local vicious = require("../vicious") |
|
|
|
|
|
vol = wibox.widget.textbox() |
|
local sink = "alsa_output.pci-0000_00_1b.0.analog-stereo" |
|
vicious.register(vol, vicious.widget.volume, " $1%", 2, sink) |
|
|
|
return vol |