mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Added plaintext markup configuration
This commit is contained in:
parent
a796ce4f66
commit
53b53dd8c2
7 changed files with 33 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ struct box_colors {
|
|||
*/
|
||||
struct config {
|
||||
char *status_command;
|
||||
bool plaintext_markup;
|
||||
uint32_t position;
|
||||
char *font;
|
||||
char *sep_symbol;
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ struct bar_config {
|
|||
enum desktop_shell_panel_position position;
|
||||
list_t *bindings;
|
||||
char *status_command;
|
||||
bool plaintext_markup;
|
||||
char *swaybar_command;
|
||||
char *font;
|
||||
int height; // -1 not defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue