-
-
Notifications
You must be signed in to change notification settings - Fork 137
User data folder location
ransome1 edited this page Jul 13, 2026
·
8 revisions
sleek utilizes configuration files for the permanent storage of data on the hard drive, and it's worth noting that these storage locations vary across different operating systems.
- Windows:
C:\Users\[YOUR_USERNAME]\AppData\Roaming\sleek\userData - macOS:
~/Library/Application Support/sleek/userData - Linux:
~/.config/sleek/userData - Flatpak:
~/.var/app/com.github.ransome1.sleek/config/sleek/userData/config.json
Here you will find 3 files:
-
config.json(User configuration) -
colors.json(Customizable colors) -
filters.json(Saved filters) -
notifiedTodoObjects.json(Hashes of todos with the purpose of preventing duplicate notifications)