From ec8d9781f80ac7e28b4148833f99aef00841619f Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 27 Dec 2025 14:34:39 -0500 Subject: [PATCH 1/3] big blur --- hypr/hyprland/decorations.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } From 58119ccbd69e710cb390d4602002785fccdee557 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 27 Dec 2025 14:34:53 -0500 Subject: [PATCH 2/3] bump node global --- mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From e21c1ec161fc77f9f7606067531a182ca9169e3e Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 27 Dec 2025 14:35:02 -0500 Subject: [PATCH 3/3] alacritty transparency --- .alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }