Merge pull request #1520 from robertgzr/mpris-module

This commit is contained in:
Alex
2023-01-06 22:35:24 +01:00
committed by GitHub
8 changed files with 586 additions and 1 deletions

View File

@ -42,6 +42,9 @@
#ifdef HAVE_DBUSMENU
#include "modules/sni/tray.hpp"
#endif
#ifdef HAVE_MPRIS
#include "modules/mpris/mpris.hpp"
#endif
#ifdef HAVE_LIBNL
#include "modules/network.hpp"
#endif