diff options
author | Brian Ashworth <bosrsf04@gmail.com> | 2018-08-08 13:46:36 -0400 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2018-08-08 15:37:06 -0400 |
commit | 43d1ffc9ddf01eaf614293b5c8aeada27c3c9907 (patch) | |
tree | a628319cf9fe03e2e0c2ec0cd4a885b39cf7807d /include/sway/config.h | |
parent | fc039f0759c1293fc270b631b035176f6924797b (diff) |
Allow a fallback color to be specified for swaybg
This allows for a color to be set when the wallpaper does not fill the
entire output. If specified, the fallback color is also used when the
image path is inaccessible.
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 632aca14..c2eaea1b 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -151,6 +151,7 @@ struct output_config { char *background; char *background_option; + char *background_fallback; enum config_dpms dpms_state; }; |