foreign-toplevel-manager based taskbar module (#692)

Co-authored-by: Alex <alexisr245@gmail.com>
This commit is contained in:
Till Smejkal
2020-05-30 12:07:38 +02:00
committed by GitHub
parent e96a0bf799
commit adaf843048
9 changed files with 1197 additions and 0 deletions

View File

@ -7,6 +7,9 @@
#include "modules/sway/window.hpp"
#include "modules/sway/workspaces.hpp"
#endif
#ifdef HAVE_WLR
#include "modules/wlr/taskbar.hpp"
#endif
#if defined(__linux__) && !defined(NO_FILESYSTEM)
#include "modules/battery.hpp"
#endif