about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-18 21:12:06 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-18 21:12:06 +0300
commitc3dc9a347abc55a77b58e067b915ad40ae0bb13a (patch)
treea9046d1bc6ab052c73ec3cfb67457dabce92f1ab
parent956a324cd45c7b39812d056695d5c84f606c72a5 (diff)
downloaddwm-c3dc9a347abc55a77b58e067b915ad40ae0bb13a.tar.gz
shortened names
-rw-r--r--colors-wal.h (renamed from colors-wal-dwm.h)0
-rw-r--r--config.def.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/colors-wal-dwm.h b/colors-wal.h
index e04f5fc..e04f5fc 100644
--- a/colors-wal-dwm.h
+++ b/colors-wal.h
diff --git a/config.def.h b/config.def.h
index a764f79..28454f1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,7 +7,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" };
 /* pywal integration */
-#include "colors-wal-dwm.h"
+#include "colors-wal.h"
 
 /* tagging */
 static const char *tags[] = { "1", "2", "3", "4", "5" };