]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/volume_progressbar_widget.lua
mutt: fix F macro to not write message to home
[dotfiles.git] / awesome / widgets / volume_progressbar_widget.lua
index fc9c82e1fdd94c84bf3e3132ba9b5781ec4e21c2..d920113005745373501d2d5b99c641b8a6438d1e 100644 (file)
@@ -17,7 +17,7 @@ volwidget:set_ticks_size(2)
 -- 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 == "hactar"   then device = "alsa_output.pci-0000_00_14.2.analog-stereo" end
 -- Register widget
 vicious.register(volwidget, vicious.contrib.pulse, "$1", 1, device)