https://github.com/axos-project/sleex-settings
Settings to control the Sleex environment
https://github.com/axos-project/sleex-settings
Last synced: 11 months ago
JSON representation
Settings to control the Sleex environment
- Host: GitHub
- URL: https://github.com/axos-project/sleex-settings
- Owner: AxOS-project
- License: gpl-3.0
- Created: 2025-06-09T19:01:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T13:34:08.000Z (about 1 year ago)
- Last Synced: 2025-06-10T14:45:26.202Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sleex Settings
Sleex Settings is a simple GTK4/Libadwaita application for configuring the Sleex environment. It provides a graphical interface to adjust various system, appearance, AI, and workspace settings for Sleex.
## Features
- Configure AI provider and behavior
- Adjust animation timings
- Change appearance options (dark mode, workspace, monitor, etc.)
- Set default applications for common tasks
- Manage battery thresholds
- Customize overview layout
- Enable/disable search features
- Set time and date formats
- Choose weather units
- Configure number of workspaces
> [!IMPORTANT]
> Sleex settings is currently under developement, there is no package yet
## Build and Install
To build and install Sleex Settings, run:
```sh
meson setup build
ninja -C build
sudo ninja -C build install
```
## TODO
- [] Make a proper icon
- [] More options
- [] Stability test
# License
This project is licensed under the GPL-3.0-or-later. See the [LICENSE](https://www.gnu.org/licenses/gpl-3.0.html) for details.