diff options
author | blix4 <bblix@protonmail.com> | 2019-08-27 00:30:32 -0700 |
---|---|---|
committer | blix4 <bblix@protonmail.com> | 2019-08-27 00:30:32 -0700 |
commit | 05e9a909bd29bc7e9a50ba6e5ff6fdecd4503f2a (patch) | |
tree | 0953daa28b45062f16fd3095e5fc38eced6650b2 /volume-widget | |
parent | e9b4b6323f975a12aa41a4a0d4e3c93c423ab0d5 (diff) |
clean up a global variable
Diffstat (limited to 'volume-widget')
-rw-r--r-- | volume-widget/volume.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua index 04f1c26..fe7ff2c 100644 --- a/volume-widget/volume.lua +++ b/volume-widget/volume.lua @@ -17,6 +17,7 @@ local secrets = require("awesome-wm-widgets.secrets") local path_to_icons = "/usr/share/icons/Arc/status/symbolic/" +local device_arg if secrets.volume_audio_controller == 'pulse' then device_arg = '-D pulse' else |