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

View file

@ -89,8 +89,8 @@ const togglesBox = Widget.Box({
children: [
ToggleIconWifi(),
ToggleIconBluetooth(),
await ModuleRawInput(),
await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
// await ModuleRawInput(),
// await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
await ModuleNightLight(),
await ModuleInvertColors(),
ModuleIdleInhibitor(),