Very basic hypr window title module

This commit is contained in:
vaxerski
2022-04-02 21:08:43 +02:00
parent d4a07483b2
commit e094480684
7 changed files with 174 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#define HAVE_HYPR
#include <json/json.h>
#ifdef HAVE_LIBDATE
#include "modules/clock.hpp"
@ -19,6 +21,9 @@
#ifdef HAVE_RIVER
#include "modules/river/tags.hpp"
#endif
#ifdef HAVE_HYPR
#include "modules/hypr/window.hpp"
#endif
#if defined(__linux__) && !defined(NO_FILESYSTEM)
#include "modules/battery.hpp"
#endif