mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
"root" color was easy to make configurable
This commit is contained in:
parent
ffc19434ee
commit
6f9f1b9e05
2 changed files with 4 additions and 3 deletions
3
config.h
3
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue