feat: idle inhibit (#502)

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Rubin Bhandari
2024-11-18 01:14:36 +05:45
committed by GitHub
parent 1c287a92bd
commit 4b041bcf1f
8 changed files with 236 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ import { Submap } from 'customModules/submap/index';
import { Weather } from 'customModules/weather/index';
import { Power } from 'customModules/power/index';
import { Hyprsunset } from 'customModules/hyprsunset/index';
import { Hypridle } from 'customModules/hypridle/index';
export {
Menu,
@@ -48,4 +49,5 @@ export {
Weather,
Power,
Hyprsunset,
Hypridle,
};