dwm/apply_latte.diff

14 lines
515 B
Diff
Raw Normal View History

2024-10-31 16:38:13 +03:00
diff --git a/config.h b/config.h
index e0ed975..5ea70c2 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,7 @@ static const int sidepad = 5;
static const char *fonts[] = { "monospace:size=10", "fontawesome:size=12", "NotoColorEmoji:size=12" };
static const char dmenufont[] = "monospace:size=10";
-#include "frappe.h"
+#include "latte.h"
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_fg, col_bg, col_bg },