aboutsummaryrefslogtreecommitdiff
path: root/swaybar/ipc.c
AgeCommit message (Collapse)AuthorLines
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault-0/+3
2016-11-02add bar colours for focused_(workspace|statusline|separator)D.B-0/+23
If these aren't defined in config, color settings without 'focused_' prefix are used as a fallback.
2016-09-17Fix swaybar when running on named outputs.Ryan Dwyer-1/+1
When using a bar on a named output, load_swaybars() requires the output to be active (ie. in the root container), but this is not the case if the bar is added to the last output. To fix this, load_swaybars() is now called after the output has been added to the root container. After fixing that, swaybar would segfault due to using the wrong index variable when loading outputs and config.
2016-09-12swaybar sends workspace name in quotesD.B-2/+2
fixes #894
2016-09-01Reorganize includesDrew DeVault-3/+2
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault-1/+6
2016-07-14Send command to sway to change workspace when workspace button is clickedDavid Eklov-1/+6
2016-07-14Compute what workspace button is clickedDavid Eklov-0/+4
This commit does not do anything with this information other than logging it.
2016-04-24Renamed to pango_markupMykyta Holubakha-2/+2
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha-0/+6
2016-02-27Differentiate between all or no outputsMikkel Oscar Lyderik-1/+4
2016-02-27Make single bar handle multiple outputsMikkel Oscar Lyderik-25/+91
2016-01-24swaybar: move headers to include/barMikkel Oscar Lyderik-2/+2
2016-01-24swaybar: rename state to barMikkel Oscar Lyderik-23/+23
2016-01-24swaybar: Move swaybar_teardown to free_stateMikkel Oscar Lyderik-2/+1
2016-01-24swaybar: move ipc stuff to ipc.{h,c}Mikkel Oscar Lyderik-0/+259