about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-20 22:06:28 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-20 22:06:28 +0300
commitc1768ebff53ce78e91c7e962a03368a61c3ecf1f (patch)
treef1f25a53cf9867912ff8ec4d0946f695048cbc1e
parentd6231a11c3e6f123263c15557d3057587fbabaab (diff)
downloaddwm-c1768ebff53ce78e91c7e962a03368a61c3ecf1f.tar.gz
shortened the pywal colours name
-rw-r--r--config.def.h2
-rw-r--r--wal.h (renamed from colors-wal.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2386978..a8ce53b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,7 @@ static const int showbar            = 1;     /* 0 means no bar */
 static const int topbar             = 1;     /* 0 means bottom bar */
 static const char *fonts[]          = { "monospace:size=10", "Symbola:size=10", "Symbols Nerd Font Mono:size=10" };
 /* pywal integration */
-#include "colors-wal.h"
+#include "wal.h"
 
 /* tagging */
 static const char *tags[] = { "1", "2", "3", "4", "5" };
diff --git a/colors-wal.h b/wal.h
index e04f5fc..e04f5fc 100644
--- a/colors-wal.h
+++ b/wal.h