From 6f9f1b9e05119f5f9d0fb7ad3f23f809fb01b3cd Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Tue, 21 Apr 2020 21:58:13 -0500 Subject: "root" color was easy to make configurable --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 0c7d727..633d035 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,6 @@ +/* appearance */ +static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0}; + /* monitors */ static const MonitorRule monrules[] = { /* name scale */ -- cgit v1.2.3