mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Added plaintext markup configuration
This commit is contained in:
parent
a796ce4f66
commit
53b53dd8c2
7 changed files with 33 additions and 1 deletions
|
|
@ -1022,6 +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->swaybar_command = NULL;
|
||||
bar->font = NULL;
|
||||
bar->height = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue