mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Start work on a per window logo
This commit is contained in:
@@ -45,9 +45,9 @@ typedef struct {
|
||||
float adjust_line_height_frac, adjust_column_width_frac, adjust_baseline_frac;
|
||||
float background_opacity, dim_opacity;
|
||||
|
||||
char* background_image;
|
||||
char *background_image, *default_window_logo;
|
||||
BackgroundImageLayout background_image_layout;
|
||||
BackgroundImageAnchor background_image_anchor;
|
||||
BackgroundImageAnchor window_logo_position;
|
||||
bool background_image_linear;
|
||||
float background_tint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user