diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-21 21:58:13 -0500 |
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-21 21:58:13 -0500 |
| commit | 6f9f1b9e05119f5f9d0fb7ad3f23f809fb01b3cd (patch) | |
| tree | 2a90032980bd5107c090b9b2c4c962d4f022d3f5 /config.h | |
| parent | ffc19434ee2009a0e8bdf7d830b3744cd79e4eb8 (diff) | |
"root" color was easy to make configurable
Diffstat (limited to '')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +/* appearance */ +static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0}; + /* monitors */ static const MonitorRule monrules[] = { /* name scale */ |
