]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/volume_widget.lua
awesome/widgets: use custom pulse device
[dotfiles.git] / awesome / widgets / volume_widget.lua
index 162ceafe125d4c2ae3acf21a7658fed00bebd806..957236e08f9380b4793da7c059d9633cf0d6e7f7 100644 (file)
@@ -8,7 +8,7 @@ local volwidget = { }
 -- Select device
 local device = ""
 if utils.host == "chronos" then device = "alsa_output.pci-0000_00_1b.0.analog-stereo" end
-if utils.host == "shada"   then device = "alsa_output.pci-0000_00_14.2.analog-stereo" end
+if utils.host == "shada"   then device = "surround31" end
 -- Register widget
 volwidget = wibox.widget.textbox()
 vicious.register(volwidget, vicious.contrib.pulse, '<span font="Symbola 12">🔊</span> '.."$1", 1, device)