Version 0.1.0
This commit is contained in:
27
home-manager/10_hypr/04_decoration.nix
Normal file
27
home-manager/10_hypr/04_decoration.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/hypr/04_decoration.conf".text = ''
|
||||
# ── DECORATION ────────────────────────────────────────────────────────────
|
||||
decoration {
|
||||
rounding = 1
|
||||
rounding_power = 2
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 5
|
||||
render_power = 4
|
||||
color = rgba(1fbeffee)
|
||||
}
|
||||
|
||||
blur {
|
||||
size = 2
|
||||
passes = 1
|
||||
brightness = 0.4
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user