]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/volume_widget.lua
awesome: set default also device
[dotfiles.git] / awesome / widgets / volume_widget.lua
index 9156af85332447f8e2dadc55304fdb9dd1ffdda1..2dff741f9c15ba091a7d50bad5894901599660b5 100644 (file)
@@ -6,8 +6,7 @@ local volwidget = { }
 
 -- 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()