home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 3af185724c50698c46fb54a6862577e3ba3a5ac6
parent 44e156a08e00d9b815916e5060663bedd5fdfe39
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  6 Sep 2024 00:04:30 +0200

users/vincent: update mako style

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/wayland.nix | 21++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/users/vincent/desktop/wayland.nix b/users/vincent/desktop/wayland.nix @@ -88,7 +88,26 @@ on-button-left=dismiss on-button-middle=invoke-default-action on-button-right=dismiss - + border-radius=3 + border-size=3 + border-color=#db7508 + + [urgency=low] + background-color=#282c30 + text-color=#888888 + default-timeout=20000 + + [urgency=normal] + background-color=#282c30 + text-color=#ffffff + default-timeout=30000 + + [urgency=high] + background-color=#900000 + text-color=#ffffff + border-color=#ff0000 + default-timeout=0 + [mode=do-not-disturb] invisible=1 '';