diff --git a/.alacritty.toml b/.alacritty.toml index bb453c7..73e9f05 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,5 +1,5 @@ [window] -decorations = "Transparent" +opacity = 0.8 [font] normal = { family = "JetBrainsMono NF", style = "Regular" } diff --git a/hypr/hyprland/decorations.conf b/hypr/hyprland/decorations.conf index 0c9b896..ed6c1df 100644 --- a/hypr/hyprland/decorations.conf +++ b/hypr/hyprland/decorations.conf @@ -5,7 +5,7 @@ decoration { blur { enabled = true - size = 4 + size = 6 passes = 1 ignore_opacity = true } diff --git a/mise/config.toml b/mise/config.toml index 444f9db..5dc348e 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,6 +1,6 @@ [tools] go = "latest" -node = "20" +node = "22" rust = "latest" bun = "latest" dotnet = "8"