Add diff for changing theme

master
Nakidai 2024-10-31 16:38:13 +03:00
parent 073eb56c26
commit 795d3a205f
Signed by: nakidai
GPG Key ID: C6BF6082F42307C0
2 changed files with 18 additions and 1 deletions

View File

@ -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)

13
apply_frappe.diff Normal file
View File

@ -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 },