Compare commits

...

3 commits

Author SHA1 Message Date
Benjamin Palko
e21c1ec161 alacritty transparency 2025-12-27 14:35:02 -05:00
Benjamin Palko
58119ccbd6 bump node global 2025-12-27 14:34:53 -05:00
Benjamin Palko
ec8d9781f8 big blur 2025-12-27 14:34:39 -05:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[window]
decorations = "Transparent"
opacity = 0.8
[font]
normal = { family = "JetBrainsMono NF", style = "Regular" }

View file

@ -5,7 +5,7 @@ decoration {
blur {
enabled = true
size = 4
size = 6
passes = 1
ignore_opacity = true
}

View file

@ -1,6 +1,6 @@
[tools]
go = "latest"
node = "20"
node = "22"
rust = "latest"
bun = "latest"
dotnet = "8"