From c3dc9a347abc55a77b58e067b915ad40ae0bb13a Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Tue, 18 Oct 2022 21:12:06 +0300 Subject: shortened names --- colors-wal-dwm.h | 13 ------------- colors-wal.h | 13 +++++++++++++ config.def.h | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 colors-wal-dwm.h create mode 100644 colors-wal.h diff --git a/colors-wal-dwm.h b/colors-wal-dwm.h deleted file mode 100644 index e04f5fc..0000000 --- a/colors-wal-dwm.h +++ /dev/null @@ -1,13 +0,0 @@ -static const char norm_fg[] = "#e5e5e5"; -static const char norm_bg[] = "#414243"; -static const char norm_border[] = "#414243"; - -static const char sel_fg[] = "#ebecec"; -static const char sel_bg[] = "#b1421a"; -static const char sel_border[] = "#f19e25"; - -static const char *colors[][3] = { - /* fg bg border */ - [SchemeNorm] = { norm_fg, norm_bg, norm_border }, // unfocused wins - [SchemeSel] = { sel_fg, sel_bg, sel_border }, // the focused win -}; diff --git a/colors-wal.h b/colors-wal.h new file mode 100644 index 0000000..e04f5fc --- /dev/null +++ b/colors-wal.h @@ -0,0 +1,13 @@ +static const char norm_fg[] = "#e5e5e5"; +static const char norm_bg[] = "#414243"; +static const char norm_border[] = "#414243"; + +static const char sel_fg[] = "#ebecec"; +static const char sel_bg[] = "#b1421a"; +static const char sel_border[] = "#f19e25"; + +static const char *colors[][3] = { + /* fg bg border */ + [SchemeNorm] = { norm_fg, norm_bg, norm_border }, // unfocused wins + [SchemeSel] = { sel_fg, sel_bg, sel_border }, // the focused win +}; 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" }; -- cgit 1.4.1-2-gfad0