summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-01-02 20:49:59 -0800
committerVito Caputo <vcaputo@pengaru.com>2021-01-02 20:49:59 -0800
commitd08f5671db08de077e271c3e1d3b6b45e11c9ecc (patch)
tree736cc07be8aef4b72e0813fec10582e452524aeb /src
parent229a84202f3fda6f175e9861208b9fc0b7fb3c34 (diff)
context_colors: introduce context colors list X-Macro
preparatory commit for generalized contexts replacing the shelf
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/context_colors.def11
2 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 672a0a5..45428f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = libvmon
bin_PROGRAMS = vwm vmon
-vwm_SOURCES = clickety.c composite.c context.c desktop.c key.c launch.c logo.c charts.c screen.c vwm.c window.c xevent.c xserver.c xwindow.c clickety.h composite.h context.h desktop.h direction.h key.h launch.h list.h logo.h charts.h screen.h util.h vwm.h window.h xevent.h xserver.h xwindow.h colors.def launchers.def
+vwm_SOURCES = clickety.c composite.c context.c desktop.c key.c launch.c logo.c charts.c screen.c vwm.c window.c xevent.c xserver.c xwindow.c clickety.h composite.h context.h desktop.h direction.h key.h launch.h list.h logo.h charts.h screen.h util.h vwm.h window.h xevent.h xserver.h xwindow.h colors.def context_colors.def launchers.def
vwm_LDADD = @VWM_LIBS@ libvmon/libvmon.a
vwm_CPPFLAGS = @VWM_CFLAGS@
diff --git a/src/context_colors.def b/src/context_colors.def
new file mode 100644
index 0000000..e454fdc
--- /dev/null
+++ b/src/context_colors.def
@@ -0,0 +1,11 @@
+color(0, "purple")
+color(1, "Green")
+color(2, "RoyalBlue")
+color(3, "HotPink")
+color(4, "cyan")
+color(5, "gold2")
+color(6, "brown")
+color(7, "violet")
+color(8, "maroon")
+color(9, "yellow")
+color(10, "firebrick2")
© All Rights Reserved