Added minimum viable swaybar tray SNI protocol support using sd-bus

This commit is contained in:
David McKinney 2018-09-16 15:44:53 -04:00
parent 456b91600d
commit 854c0d3b6d
13 changed files with 392 additions and 17 deletions

View file

@ -70,6 +70,10 @@ if elogind.found()
swayidle_deps += elogind
endif
if get_option('enable-tray')
conf_data.set('ENABLE_TRAY', true)
endif
scdoc = find_program('scdoc', required: false)
if scdoc.found()