added a basic hyprland/language module

This commit is contained in:
vaxerski
2022-08-18 18:00:27 +02:00
parent bcee4e15d3
commit 16d5619f3b
5 changed files with 130 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifdef HAVE_HYPRLAND
#include "modules/hyprland/backend.hpp"
#include "modules/hyprland/window.hpp"
#include "modules/hyprland/language.hpp"
#endif
#if defined(__linux__) && !defined(NO_FILESYSTEM)
#include "modules/battery.hpp"