local utils = require("utils")
local volwidget = { }
---{{{ Volume progressbar
+-- Volume Widget {{{1
-- Select device
-local device = ""
-if utils.host == "chronos" then device = "alsa_output.pci-0000_00_1b.0.analog-stereo" end
+local device = "alsa_output.pci-0000_00_1b.0.analog-stereo"
if utils.host == "shada" then device = "surround31" end
-- Register widget
volwidget = wibox.widget.textbox()