From f2cbac2e6ac146336dab0de2a83acfa312efa8f3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:43:24 +0700 Subject: [PATCH] cheatsheet: update keybind data path text --- .config/ags/modules/cheatsheet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index e798453d..c8995ae0 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -43,7 +43,7 @@ const cheatsheetHeader = () => Widget.CenterBox({ selectable: true, justify: Gtk.Justification.CENTER, className: 'txt-small txt', - label: 'Sheet data stored in ~/.config/ags/data/keybinds.js\nChange keybinds in ~/.config/hypr/keybinds.conf' + label: 'Sheet data stored in ~/.config/ags/modules/cheatsheet/data_keybinds.js\nChange keybinds in ~/.config/hypr/keybinds.conf' }), ] }),