clean up a global variable

This commit is contained in:
blix4 2019-08-27 00:30:32 -07:00
parent e9b4b6323f
commit 05e9a909bd
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ local secrets = require("awesome-wm-widgets.secrets")
local path_to_icons = "/usr/share/icons/Arc/status/symbolic/" local path_to_icons = "/usr/share/icons/Arc/status/symbolic/"
local device_arg
if secrets.volume_audio_controller == 'pulse' then if secrets.volume_audio_controller == 'pulse' then
device_arg = '-D pulse' device_arg = '-D pulse'
else else