mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Renamed to pango_markup
This commit is contained in:
parent
ee4e245f16
commit
0f1cfdec61
9 changed files with 18 additions and 18 deletions
|
|
@ -1022,7 +1022,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||
bar->bindings = create_list();
|
||||
bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
|
||||
bar->plaintext_markup = true;
|
||||
bar->pango_markup = true;
|
||||
bar->swaybar_command = NULL;
|
||||
bar->font = NULL;
|
||||
bar->height = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue