gardesk/gardisplay / e136b21

Browse files

no readme

Authored by espadonne
SHA
e136b218eae62d730fd134384db1748367651b5f
Parents
2bbd7d5
Tree
8a35d33

1 changed file

StatusFile+-
D README.md 0 28
README.mddeleted
@@ -1,28 +0,0 @@
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