From df3dfdf262f2b0d5657cccf2d9afc06e0a8deb44 Mon Sep 17 00:00:00 2001 From: "Robin C." Date: Wed, 8 Jan 2025 20:28:01 +0100 Subject: [PATCH] Add bell Change dimensions --- alacritty/hezkore.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/alacritty/hezkore.toml b/alacritty/hezkore.toml index 065d131..6b8ea04 100644 --- a/alacritty/hezkore.toml +++ b/alacritty/hezkore.toml @@ -1,9 +1,14 @@ # Hezkore's Alacritty settings [window] -dimensions = { columns = 120, lines = 40 } +dimensions = { columns = 120, lines = 32 } opacity = 0.98 resize_increments = true +[bell] +animation = "Linear" +duration = 250 +color = "#010101" + [scrolling] multiplier = 1