clean up a global variable
This commit is contained in:
parent
e9b4b6323f
commit
05e9a909bd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue