Skip to content

Commit 5b1e42e

Browse files
committed
docs: update file structure in README to reflect new config management and GUI components
1 parent 0e823dc commit 5b1e42e

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ RainingKeys is a purely external overlay application that visualizes keyboard in
4141
```text
4242
RainingKeysPython/
4343
├── core/
44-
│ ├── config.py # User configuration (Keys, speeds, colors)
45-
│ ├── input_mon.py # Global input listener
46-
│ └── overlay.py # Main rendering loop and window logic
47-
├── build.py # Build script for creating standalone executable
48-
├── main.py # Application entry point
49-
└── requirements.txt # Dependencies
44+
│ ├── config.py # Default configuration constants
45+
│ ├── gui.py # Configuration Window GUI
46+
│ ├── input_mon.py # Global input listener
47+
│ ├── overlay.py # Main rendering loop and window logic
48+
│ └── settings_manager.py # Handles config loading/saving
49+
├── build.py # Build script for creating standalone executable
50+
├── main.py # Application entry point
51+
└── requirements.txt # Dependencies
5052
```
5153

5254
## Installation

0 commit comments

Comments
 (0)