mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Render titles
This commit is contained in:
parent
f3d0885524
commit
b667298a0a
11 changed files with 155 additions and 19 deletions
|
|
@ -206,7 +206,7 @@ struct bar_config {
|
|||
struct border_colors {
|
||||
float border[4];
|
||||
float background[4];
|
||||
float text[4];
|
||||
uint32_t text; /**< uint32_t because that's the format that cairo uses */
|
||||
float indicator[4];
|
||||
float child_border[4];
|
||||
};
|
||||
|
|
@ -461,6 +461,8 @@ struct bar_config *default_bar_config(void);
|
|||
|
||||
void free_bar_config(struct bar_config *bar);
|
||||
|
||||
int get_font_text_height(char *font);
|
||||
|
||||
/* Global config singleton. */
|
||||
extern struct sway_config *config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue