Merge pull request #2 from NotAShelf/master

init man documentation
This commit is contained in:
Vaxry
2022-08-18 14:53:15 +02:00
committed by GitHub
8 changed files with 205 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"
@ -25,6 +27,9 @@
#include "modules/hyprland/backend.hpp"
#include "modules/hyprland/window.hpp"
#endif
#ifdef HAVE_HYPR
#include "modules/hypr/window.hpp"
#endif
#if defined(__linux__) && !defined(NO_FILESYSTEM)
#include "modules/battery.hpp"
#endif