forked from external/yambar
bar: allow user to specify _which_ monitor to place the bar on
If not specified, the primary monitor will be used.
This commit is contained in:
parent
ef04097bef
commit
f26892d938
5 changed files with 35 additions and 5 deletions
|
@ -359,6 +359,8 @@ conf_verify_bar(const struct yml_node *bar)
|
|||
{"location", true, &verify_bar_location},
|
||||
{"background", true, &conf_verify_color},
|
||||
|
||||
{"monitor", false, &conf_verify_string},
|
||||
|
||||
{"spacing", false, &conf_verify_int},
|
||||
{"left-spacing", false, &conf_verify_int},
|
||||
{"right-spacing", false, &conf_verify_int},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue