introduce client.placeholder color

This commit is contained in:
Michael Stapelberg
2013-12-15 11:42:40 +01:00
parent 639a1b182c
commit 35b70ca423
4 changed files with 12 additions and 5 deletions

View File

@ -180,6 +180,7 @@ struct Config {
struct Colortriple focused_inactive;
struct Colortriple unfocused;
struct Colortriple urgent;
struct Colortriple placeholder;
} client;
struct config_bar {
struct Colortriple focused;