mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat(alacritty): visual bell
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user