From 64aa33d78e01b7ac7a6e70a0f53d8acd7f5b344c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Dias?=
<65513943+retrozinndev@users.noreply.github.com>
Date: Sat, 23 Nov 2024 12:06:25 -0300
Subject: [PATCH 1/3] :books: docs(readme): add eww note
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 8da7dcb..306aadc 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ My customized Hyprland configuration that I use everyday!
+> [!note]
+> I am currently working with eww, you can see how my work is going on branch `eww-edition`.
+> Thus I may be a little bit be inactive in the main branch (`ryo`).
## 🎨 Colors
All the colors are dynamically based on the current wallpaper! This is possible by using [pywal], a cli tool to generate colorschemes by using an image as a base.
From 03bd3160de184e07f0299e00eede3b312b63e1ab Mon Sep 17 00:00:00 2001
From: retrozinndev
Date: Mon, 2 Dec 2024 14:53:47 -0300
Subject: [PATCH 2/3] :boom: fix(hypr): windows drop shadow variable changed
---
hypr/decorations.conf | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/hypr/decorations.conf b/hypr/decorations.conf
index c2e4a72..ffc4c71 100644
--- a/hypr/decorations.conf
+++ b/hypr/decorations.conf
@@ -35,10 +35,12 @@ decoration {
# Inactive Window Opacity
inactive_opacity = 0.95
- drop_shadow = true
- shadow_range = 3
- shadow_render_power = 5
- col.shadow = $background
+ shadow {
+ enabled = true
+ range = 3
+ render_power = 5
+ color = $background
+ }
blur {
enabled = true
From c1fac1847ac0eae4c6d125d581f30c985d9eca51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Dias?=
<65513943+retrozinndev@users.noreply.github.com>
Date: Mon, 9 Dec 2024 15:07:04 -0300
Subject: [PATCH 3/3] :books: docs(readme): fix skill issues with english
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 306aadc..46057b4 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ My customized Hyprland configuration that I use everyday!
> [!note]
-> I am currently working with eww, you can see how my work is going on branch `eww-edition`.
-> Thus I may be a little bit be inactive in the main branch (`ryo`).
+> I am currently working with eww, you can see how my work is going in the branch `eww-edition`.
+> Thus I may be a little bit inactive in the main branch (`ryo`).
## 🎨 Colors
All the colors are dynamically based on the current wallpaper! This is possible by using [pywal], a cli tool to generate colorschemes by using an image as a base.