From c3cb27bb250ccb058939ca92b08ff504d7cd1c4d Mon Sep 17 00:00:00 2001 From: Bill <24697906+homelab-00@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:26:42 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c66f96d..6ad1dae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -A simple app that lets you edit profile names and profile icons in Logitech G HUB. Written in python. Inspired by [this](https://www.reddit.com/r/LogitechG/comments/jwiddw/g_hub_renaming_profiles/k8t1s6c/ +Logitech G HUB (LGHUB) Profile Editor +--- +A simple app that lets you edit profile names, profile icons and add/remove profiles in Logitech G HUB. Written in python. Inspired by [this](https://www.reddit.com/r/LogitechG/comments/jwiddw/g_hub_renaming_profiles/k8t1s6c/ ) reddit comment. You can run it directly (without having to bother with python) by simply downloading the `.exe` from releases. @@ -6,6 +8,6 @@ Make sure to exit LGHUB while editing the profiles with this app and to exit thi The app auto-detects the `.db` file where LGHUB stores all the profile data. It's hardcoded to look into `C:\Users\%username%\AppData\Local\LGHUB`. If your `.db` file is located elsewhere you can manually edit the script. The icons folder (`icon_cache`) is located in that same folder as well. -Tested in LGHUB `2024.9.649333` +Tested in LGHUB `2024.9.649333` on Windows 10 22H2. -![screenshot](https://github.com/homelab-00/LGHUB-Profile-Editor/blob/main/screenshots/screenshot_1.png?raw=true) \ No newline at end of file +![screenshot](https://github.com/homelab-00/LGHUB-Profile-Editor/blob/main/screenshots/screenshot_1.png?raw=true)