aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorLines
2025-05-25swaybar: deduplicate mode and workspace rendering codeKonstantin Pospelov-86/+53
2025-04-27Replace signal() with sigaction()Simon Ser-2/+3
2025-03-20stringop: fix has_prefix() arg order in config parsingPaul Riou-1/+1
2025-01-07Use has_prefix() instead of strncmp() throughoutSimon Ser-10/+12
2024-12-08swaybar: Handle opaque region properlyAlexander Orzechowski-6/+11
2024-11-10swaybar: Emit property changes for SNI watcherJoan Bruguera Micó-0/+12
2024-09-28swaybar: Fix 100% cpu usage if dbus dies.Furkan Sahin-5/+12
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser-11/+0
2023-11-23common: move load_image to swaybarManuel Stoeckl-1/+138
2023-11-23common: rename load_background_image to load_imageManuel Stoeckl-1/+1
2023-07-31swaybar: Implement wp_cursor_shape_v1Alexander Orzechowski-10/+26
2023-07-08swaybar: handle wayland-cursor failuresManuel Stoeckl-0/+8
2023-06-27swaybar: don't set current workspace as not visiblellyyr-1/+1
2023-06-25Use "default" XCursor instead of "left_ptr"Simon Ser-1/+1
2023-06-23swaybar: remove the argument of StatusNotifierHostRegisteredHodong-1/+1
2023-05-09swaybar: always subscribe to mode and workspaceMukundan314-6/+3
2023-04-14Use format_str() throughoutSimon Ser-33/+12
2023-04-02swaybar: Lift background clearing out of main rendering functionAlexander Orzechowski-13/+14
2023-04-02swaybar: Set opaque region properlyAlexander Orzechowski-0/+2
2023-02-27sway{,bar}: use default font hint stylellyyr-2/+0
2023-01-03Use correct length for strncmp comparisonCarl Smedstad-1/+1
2022-11-26swaybar: Make hotspots block bar release bindingsJoan Bruguera-13/+29
2022-11-26swaybar: Prioritize hotspot events to bar bindingsJoan Bruguera-11/+9
2022-11-25build: drop intermediate libraries for protocolsSimon Ser-2/+2
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera-24/+25
2022-03-14swaybar: set opaque regionSimon Ser-0/+9
2022-03-14swaybar: remove swaybar_output.input_regionSimon Ser-7/+3
2022-01-19tray: do not render passive itemsTobias Bengfort-0/+5
2022-01-07swaybar: fix tray item icon scaling, positioningNathan Schulte-7/+19
2022-01-07swaybar: fix tray_padding vs min-height re: scaleNathan Schulte-2/+2
2021-12-21swaybar: fix errno handling in status_handle_readableSimon Ser-1/+1
2021-12-13swaynag: remove xdg-output logicSimon Ser-1/+0
2021-11-25swaybar: signal status command's process groupLudvig Michaelsson-4/+9
2021-10-25refactor: use JSON_MAX_DEPTH everywhereJason Nader-1/+1
2021-10-08swaybar: fix cairo_font_options leakNathan Schulte-3/+2
2021-09-20swaybar: properly draw blocks with transparent black borderNathan Schulte-34/+40
2021-09-15swaybar: properly draw urgent block right borderNathan Schulte-1/+1
2021-09-13Rename pango_printf to render_textSimon Ser-6/+6
2021-09-12Simplify swaybar/swaynag scaling codeCaduser2020-99/+95
2021-07-26swaybar: log Wayland display errorsSimon Ser-0/+8
2021-07-26swaybar: exit cleanly when disconnected from IPCSimon Ser-0/+7
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni-2/+2
2021-03-22swaybar: fail gracefully on tokener creation failTudor Brindus-1/+10
2021-03-21swaybar: use INT_MAX max JSON depth when parsing IPC responseTudor Brindus-3/+8
2021-03-20swaybar: Use position from wl_pointer.enterKenny Levinsen-0/+2
2021-03-17swaybar: silence missing IconThemePath messagePi-Yueh Chuang-2/+7
2021-03-07swaybar: use text subpixel antialias only where it would look goodFenveireth-35/+97
2021-02-04Make command line option lists constManuel Stoeckl-1/+1
2021-02-04Make Wayland request listeners static const when possibleManuel Stoeckl-4/+4
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder-1/+1