1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(alacritty): visual bell

This commit is contained in:
2022-12-17 10:03:15 +01:00
parent 547d59ee2c
commit a2e98794cb

View File

@@ -7,6 +7,11 @@
alacritty-cfg = theme:
(pkgs.formats.yaml {}).generate "alacritty.yml" {
window.opacity = 0.99;
bell = {
animation = "EaseOut";
duration = 100;
color = "#ffffff";
};
font = {
normal.family = "Monospace";
size = 6;