This commit is contained in:
Alexander Orzechowski 2023-12-12 17:33:06 -08:00 committed by GitHub
commit 6a7c53ea18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
188 changed files with 455 additions and 459 deletions

View file

@ -3,10 +3,10 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-client.h>
#include "../include/config.h"
#include <pango/pangocairo.h>
#include "list.h"
#include "util.h"
#include <pango/pangocairo.h>
#include "../include/config.h"
struct box_colors {
uint32_t border;

View file

@ -1,8 +1,8 @@
#ifndef _SWAYBAR_INPUT_H
#define _SWAYBAR_INPUT_H
#include <wayland-client.h>
#include <stdbool.h>
#include <wayland-client.h>
#include "list.h"
#define SWAY_SCROLL_UP KEY_MAX + 1

View file

@ -1,9 +1,9 @@
#ifndef _SWAYBAR_STATUS_LINE_H
#define _SWAYBAR_STATUS_LINE_H
#include <json.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include "bar.h"
enum status_protocol {

View file

@ -5,8 +5,8 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-util.h>
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_output;

View file

@ -1,8 +1,8 @@
#ifndef _SWAYBAR_TRAY_WATCHER_H
#define _SWAYBAR_TRAY_WATCHER_H
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_watcher {
char *interface;