-
-
Notifications
You must be signed in to change notification settings - Fork 112
User data folder location
ransome edited this page Mar 22, 2024
·
6 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) -
customStyles.css
(Custom CSS styling) -
filters.json
(Saved filters) -
notifiedTodoObjects.json
(Hashes of todos with the purpose of preventing duplicate notifications)