mirror of
https://github.com/swaywm/sway.git
synced 2025-12-23 08:56:35 -05:00
swaybar: move ipc stuff to ipc.{h,c}
This commit is contained in:
parent
a6349a2444
commit
fcc47cb3bd
11 changed files with 359 additions and 301 deletions
|
|
@ -26,11 +26,7 @@ struct swaybar_config {
|
|||
bool binding_mode_indicator;
|
||||
bool workspace_buttons;
|
||||
|
||||
int margin;
|
||||
int ws_horizontal_padding;
|
||||
double ws_vertical_padding;
|
||||
int ws_spacing;
|
||||
int text_height;
|
||||
int height;
|
||||
|
||||
struct {
|
||||
uint32_t background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue