Configurable colors
This commit is contained in:
parent
4c0b1f31fe
commit
120af1612f
4 changed files with 26 additions and 7 deletions
|
|
@ -3,9 +3,14 @@
|
|||
|
||||
#pragma once
|
||||
#include <wayland-client.h>
|
||||
#include <QColor>
|
||||
#include "wlr-layer-shell-unstable-v1-client-protocol.h"
|
||||
|
||||
extern wl_display *display;
|
||||
extern wl_compositor *compositor;
|
||||
extern wl_shm *shm;
|
||||
extern zwlr_layer_shell_v1 *wlrLayerShell;
|
||||
|
||||
struct ColorScheme {
|
||||
QColor fg, bg;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue