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:
@@ -7,6 +7,11 @@
|
|||||||
alacritty-cfg = theme:
|
alacritty-cfg = theme:
|
||||||
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
||||||
window.opacity = 0.99;
|
window.opacity = 0.99;
|
||||||
|
bell = {
|
||||||
|
animation = "EaseOut";
|
||||||
|
duration = 100;
|
||||||
|
color = "#ffffff";
|
||||||
|
};
|
||||||
font = {
|
font = {
|
||||||
normal.family = "Monospace";
|
normal.family = "Monospace";
|
||||||
size = 6;
|
size = 6;
|
||||||
|
|||||||
Reference in New Issue
Block a user