added module Hyprland gamemode

This commit is contained in:
nx-smul
2025-02-08 13:00:47 +06:00
parent 408f915f6b
commit 9627640e6b
2 changed files with 30 additions and 0 deletions
@@ -13,6 +13,7 @@ import {
ModuleSettingsIcon,
ModulePowerIcon,
ModuleRawInput,
ModuleGameMode,
ModuleCloudflareWarp
} from "./quicktoggles.js";
import ModuleNotificationList from "./centermodules/notificationlist.js";
@@ -125,6 +126,7 @@ const togglesBox = Widget.Box({
// await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
await ModuleNightLight(),
await ModuleInvertColors(),
await ModuleGameMode(),
ModuleIdleInhibitor(),
await ModuleCloudflareWarp(),
]