From 31845b97c2df147883058f6262e448242f607f43 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:34:22 +0700 Subject: [PATCH] change no touchpad while typing icon --- .config/ags/modules/sideright/sideright.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/sideright/sideright.js b/.config/ags/modules/sideright/sideright.js index 52e4937a0..9c1a54c13 100644 --- a/.config/ags/modules/sideright/sideright.js +++ b/.config/ags/modules/sideright/sideright.js @@ -82,7 +82,7 @@ const togglesBox = Widget.Box({ ToggleIconWifi(), ToggleIconBluetooth(), 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(), await ModuleInvertColors(), ModuleIdleInhibitor(),