From 795d3a205ff42d4990fed702bc94ba6c1aec110e Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 31 Oct 2024 16:38:13 +0300 Subject: [PATCH] Add diff for changing theme --- README.md | 6 +++++- apply_frappe.diff | 13 +++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 apply_frappe.diff diff --git a/README.md b/README.md index d938333..dedca7c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ Dynamic Window Manager(dwm) 6.2 with 5 patches applied: Themes -- -Catppuccin frappe (you can change it to latte in config.h) +- Catppuccin frappe (you can change it to latte in config.h) +- To change theme to catppuccin frappe use ```sh +git apply apply_frappe.diff +``` Screenshot -- +#### Frappe ![Screenshot](/screenshot.png) diff --git a/apply_frappe.diff b/apply_frappe.diff new file mode 100644 index 0000000..36cc9bd --- /dev/null +++ b/apply_frappe.diff @@ -0,0 +1,13 @@ +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 },