mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Tray: Implement dbusmenu
Co-authored-by: Ian Fan <ianfan0@gmail.com> Co-authored-by: Nathan Schulte <nmschulte@gmail.com> Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
3fc5ba6feb
commit
fffe886a14
11 changed files with 1468 additions and 11 deletions
|
|
@ -159,6 +159,7 @@ static void render_sharp_line(cairo_t *cairo, uint32_t color,
|
|||
|
||||
static enum hotspot_event_handling block_hotspot_callback(
|
||||
struct swaybar_output *output, struct swaybar_hotspot *hotspot,
|
||||
struct swaybar_seat *seat, uint32_t serial,
|
||||
double x, double y, uint32_t button, bool released, void *data) {
|
||||
struct i3bar_block *block = data;
|
||||
struct status_line *status = output->bar->status;
|
||||
|
|
@ -598,6 +599,7 @@ static uint32_t render_binding_mode_indicator(struct render_context *ctx,
|
|||
|
||||
static enum hotspot_event_handling workspace_hotspot_callback(
|
||||
struct swaybar_output *output, struct swaybar_hotspot *hotspot,
|
||||
struct swaybar_seat *seat, uint32_t serial,
|
||||
double x, double y, uint32_t button, bool released, void *data) {
|
||||
if (button != BTN_LEFT) {
|
||||
return HOTSPOT_PROCESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue