Receive tag names from dwl
This commit is contained in:
parent
771082aa6e
commit
1573c6348a
3 changed files with 18 additions and 2 deletions
|
|
@ -3,13 +3,16 @@
|
|||
|
||||
#pragma once
|
||||
#include <wayland-client.h>
|
||||
#include <vector>
|
||||
#include <QColor>
|
||||
#include <QString>
|
||||
#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;
|
||||
extern std::vector<QString> tagNames;
|
||||
|
||||
struct ColorScheme {
|
||||
QColor fg, bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue