Merge pull request #1657 from vaxerski/hyprlandLanguage

Added a basic hyprland/language module
This commit is contained in:
Alex
2022-09-05 09:12:17 +02:00
committed by GitHub
6 changed files with 208 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"