mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
parent
800d20611c
commit
36e48fcf8d
@ -1285,7 +1285,7 @@ struct bar_config *default_bar_config(void) {
|
|||||||
bar->outputs = NULL;
|
bar->outputs = NULL;
|
||||||
bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||||
if (!(bar->bindings = create_list())) goto cleanup;
|
if (!(bar->bindings = create_list())) goto cleanup;
|
||||||
if (!(bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"))) goto cleanup;
|
if (!(bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p'; sleep 1; done"))) goto cleanup;
|
||||||
bar->pango_markup = false;
|
bar->pango_markup = false;
|
||||||
bar->swaybar_command = NULL;
|
bar->swaybar_command = NULL;
|
||||||
bar->font = NULL;
|
bar->font = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user