remove mouse/touchpad toggles on right sidebar

This commit is contained in:
end-4
2024-06-12 22:31:50 +07:00
parent de3fc69344
commit 84252be6d8
+2 -2
View File
@@ -89,8 +89,8 @@ const togglesBox = Widget.Box({
children: [ children: [
ToggleIconWifi(), ToggleIconWifi(),
ToggleIconBluetooth(), ToggleIconBluetooth(),
await ModuleRawInput(), // await ModuleRawInput(),
await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}), // await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
await ModuleNightLight(), await ModuleNightLight(),
await ModuleInvertColors(), await ModuleInvertColors(),
ModuleIdleInhibitor(), ModuleIdleInhibitor(),