fwupd and terminal bell configuration

This commit is contained in:
Rouven Seifert 2023-03-04 19:56:45 +01:00
parent c16f97ae00
commit 49fa6f0b7e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 9 additions and 3 deletions

View file

@ -13,6 +13,11 @@
font = "monospace:family=Iosevka Nerd Font, size=8";
};
cursor.color = "${colors.background} ${colors.foreground}";
bell = {
urgent = true;
notify = true;
#command = "${pkgs.notify-desktop}/bin/notify-desktop a";
};
colors =
let
colors = config.colorScheme.colors;