summaryrefslogtreecommitdiff
path: root/secrets.lua
diff options
context:
space:
mode:
authorblix4 <bblix@protonmail.com>2019-08-27 00:20:08 -0700
committerblix4 <bblix@protonmail.com>2019-08-27 00:20:08 -0700
commite9b4b6323f975a12aa41a4a0d4e3c93c423ab0d5 (patch)
treedf2647646739f0d680e0bba8d6dc8311d13d03ad /secrets.lua
parent372ae3c9e7cab4b64b8dcaf31d9d2d921a723585 (diff)
volume widget support amixer with no device specified
This works on my setup without having pulseaudio installed.
Diffstat (limited to 'secrets.lua')
-rw-r--r--secrets.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/secrets.lua b/secrets.lua
index 19f35b8..7d0f773 100644
--- a/secrets.lua
+++ b/secrets.lua
@@ -6,6 +6,9 @@
--------------------------------------------
local secrets = {
+ -- See volume-widget/README.md
+ volume_audio_controller = os.getenv('AWW_VOLUME_CONTROLLER') or 'pulse', -- 'pulse' or 'alsa_only'
+
-- Yandex.Translate API key - https://tech.yandex.com/translate/
translate_widget_api_key = os.getenv('AWW_TRANSLATE_API_KEY') or 'API_KEY',