summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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