mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Merge pull request #128 from nevillelyh/patch-1
Fix display_notification setting in volume-widget
This commit is contained in:
commit
80d73d5e91
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue