feat: update hm config for work laptop

This commit is contained in:
Xavier Morel
2025-07-04 16:17:17 +02:00
parent b277619e48
commit 435db3fa61
18 changed files with 564 additions and 89 deletions

View File

@@ -0,0 +1,33 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Decorations Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
source = ~/.config/hypr/config/colors.conf
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#decoration
decoration {
active_opacity = 1
inactive_opacity = 0.9
rounding = 8
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
blur {
enabled = true
size = 15
passes = 2 # more passes = more resource intensive.
xray = true
new_optimizations = on
ignore_opacity = off
vibrancy = 0.1696
}
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}