mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
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.
This commit is contained in:
parent
fc039f0759
commit
43d1ffc9dd
5 changed files with 57 additions and 14 deletions
|
|
@ -151,6 +151,7 @@ struct output_config {
|
|||
|
||||
char *background;
|
||||
char *background_option;
|
||||
char *background_fallback;
|
||||
enum config_dpms dpms_state;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue