modules/dwl: new module

This commit is contained in:
Ogromny 2022-12-13 15:18:41 +01:00
parent 6027b2728b
commit 3f7755d38e
10 changed files with 624 additions and 4 deletions

View file

@ -135,6 +135,7 @@ yambar = executable(
plugin_mpd_enabled? '-DPLUGIN_ENABLED_MPD':[],
plugin_pulse_enabled? '-DPLUGIN_ENABLED_PULSE':[],
plugin_pipewire_enabled? '-DPLUGIN_ENABLED_PIPEWIRE':[],
plugin_dwl_enabled? '-DPLUGIN_ENABLED_DWL':[],
],
build_rpath: '$ORIGIN/modules:$ORIGIN/decorations:$ORIGIN/particles',
export_dynamic: true,
@ -176,6 +177,7 @@ summary(
'Music Player Daemon (MPD)': plugin_mpd_enabled,
'PulseAudio': plugin_pulse_enabled,
'Pipewire': plugin_pipewire_enabled
'DWL (dwm for wayland)': plugin_dwl_enabled,
},
section: 'Optional modules',
bool_yn: true