Fix display_notification setting in volume-widget

This commit is contained in:
Neville Li 2020-04-04 12:44:46 -04:00 committed by GitHub
parent 224c7a6acb
commit cc600a9bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ local function worker(args)
local args = args or {}
local volume_audio_controller = args.volume_audio_controller or 'pulse'
volume.display_notification = args.display_notification or 'false'
volume.display_notification = args.display_notification or false
volume.position = args.notification_position or "top_right"
if volume_audio_controller == 'pulse' then
volume.device = '-D pulse'