change no touchpad while typing icon

This commit is contained in:
end-4
2024-03-28 17:34:22 +07:00
parent 08c8826ba4
commit 381c454b49
+1 -1
View File
@@ -82,7 +82,7 @@ const togglesBox = Widget.Box({
ToggleIconWifi(), ToggleIconWifi(),
ToggleIconBluetooth(), ToggleIconBluetooth(),
await ModuleRawInput(), await ModuleRawInput(),
await HyprToggleIcon('front_hand', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}), await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
ModuleNightLight(), ModuleNightLight(),
await ModuleInvertColors(), await ModuleInvertColors(),
ModuleIdleInhibitor(), ModuleIdleInhibitor(),