Add hyprland configs

This commit is contained in:
2025-10-18 01:57:46 +02:00
commit 9e7b62bae4
15 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Decorations Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
source = ~/.config/hypr/config/colors.conf
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
active_opacity = 1
inactive_opacity = 1
rounding = 1
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
size = 7
passes = 3 # more passes = more resource intensive.
xray = true
}
# https://wiki.hyprland.org/Configuring/Variables/#shadow
shadow {
enabled = false
}
}