Upower refactoring (#3220)

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
ViktarL
2024-05-07 11:29:52 +03:00
committed by GitHub
parent 29917fb073
commit 2ead1bbf84
8 changed files with 574 additions and 699 deletions

View File

@ -335,10 +335,7 @@ endif
if (upower_glib.found() and not get_option('logind').disabled())
add_project_arguments('-DHAVE_UPOWER', language: 'cpp')
src_files += files(
'src/modules/upower/upower.cpp',
'src/modules/upower/upower_tooltip.cpp',
)
src_files += files('src/modules/upower.cpp')
man_files += files('man/waybar-upower.5.scd')
endif