gardisplay Public
gardisplay
Display/monitor manager for the gardesk desktop suite.
Manages monitor layouts, resolutions, refresh rates, scaling, rotation, and display effects (gamma, night mode, color profiles) with a draggable UI built on gartk.
Components
- gardisplay - GUI application with visual monitor layout editor
- gardisplayd - Daemon for config persistence and effect scheduling
- gardisplayctl - CLI for scripting and automation
- gardisplay-ipc - Shared IPC message types
Building
cargo build --release
Configuration
~/.config/gardisplay/config.toml
License
MIT
View source
| 1 | # gardisplay |
| 2 | |
| 3 | Display/monitor manager for the gardesk desktop suite. |
| 4 | |
| 5 | Manages monitor layouts, resolutions, refresh rates, scaling, rotation, and display effects (gamma, night mode, color profiles) with a draggable UI built on gartk. |
| 6 | |
| 7 | ## Components |
| 8 | |
| 9 | - **gardisplay** - GUI application with visual monitor layout editor |
| 10 | - **gardisplayd** - Daemon for config persistence and effect scheduling |
| 11 | - **gardisplayctl** - CLI for scripting and automation |
| 12 | - **gardisplay-ipc** - Shared IPC message types |
| 13 | |
| 14 | ## Building |
| 15 | |
| 16 | ```bash |
| 17 | cargo build --release |
| 18 | ``` |
| 19 | |
| 20 | ## Configuration |
| 21 | |
| 22 | ``` |
| 23 | ~/.config/gardisplay/config.toml |
| 24 | ``` |
| 25 | |
| 26 | ## License |
| 27 | |
| 28 | MIT |