mirror of
https://github.com/swaywm/sway.git
synced 2025-12-13 08:56:29 -05:00
Implement status line
Does not yet support i3bar json protocol
This commit is contained in:
parent
718502c815
commit
0d0ab7c5ce
7 changed files with 178 additions and 54 deletions
|
|
@ -43,6 +43,7 @@ struct swaybar_config *init_config() {
|
|||
config->colors.background = 0x000000FF;
|
||||
config->colors.focused_background = 0x000000FF;
|
||||
config->colors.statusline = 0xFFFFFFFF;
|
||||
config->colors.focused_statusline = 0xFFFFFFFF;
|
||||
config->colors.separator = 0x666666FF;
|
||||
|
||||
config->colors.focused_workspace.border = 0x4C7899FF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue