aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/decorations.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/configs/decorations.lua')
-rw-r--r--hypr/configs/decorations.lua20
1 files changed, 20 insertions, 0 deletions
diff --git a/hypr/configs/decorations.lua b/hypr/configs/decorations.lua
new file mode 100644
index 0000000..80b7835
--- /dev/null
+++ b/hypr/configs/decorations.lua
@@ -0,0 +1,20 @@
+hl.config({
+ decoration = {
+ rounding = 16,
+ active_opacity = 0.85,
+ inactive_opacity = 0.79,
+
+ shadow = {
+ enabled = false
+ },
+
+ blur = {
+ enabled = true,
+ popups = true,
+ size = 2,
+ passes = 4,
+ brightness = 1.5,
+ vibrancy = 0.1696
+ }
+ }
+})