aboutsummaryrefslogtreecommitdiff
path: root/include/swaybar/status_line.h
AgeCommit message (Collapse)AuthorLines
2018-07-19swaybar: Fix scroll handling on workspace buttonsminus-1/+1
As well as ignoring scroll events on status elements when click_events is enabled. Previously, using the scroll wheel on a workspace button would switch to that workspace instead of scrolling through them. Clicks and scrolling on status elements would always be processed by swaybar, too. So in case you were using scrolling as volume control on a status item, swaybar would additionally scroll through your workspaces.
2018-07-16make hotspot callback take an x11 button idPeter Rice-1/+3
2018-04-24Fix a bunch of swaybar memory leaksemersion-0/+1
2018-04-02Send click events for i3bar blocksDrew DeVault-2/+4
2018-04-02Render i3bar blocksDrew DeVault-3/+3
2018-04-02Demarcate i3bar JSON into individual updatesDrew DeVault-2/+47
2018-03-29Implement status lineDrew DeVault-48/+17
Does not yet support i3bar json protocol
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com-0/+10
2016-09-01Reorganize includesDrew DeVault-0/+51