fix(user/malte): do-not-disturb css for waybar

This commit is contained in:
Malte Tammena 2024-05-03 14:11:36 +02:00
parent 01edb9c33c
commit 3db2860066

View file

@ -28,6 +28,7 @@
$relevant: #8839ef;
$text: #4c4f69;
$warn: #df8e1d;
$ok: #40a02b;
'';
darkColors = pkgs.writeText "colors.scss" ''
@ -39,6 +40,7 @@
$relevant: #b16286;
$text: #ebdbb2;
$warn: #d65d0e;
$ok: #b8bb26;
'';
style = {
@ -172,6 +174,13 @@
}
}
#custom-do-not-disturb {
@include element;
@include block-left-end;
@include block-right-end;
color: $ok;
}
#custom-new-mail {
@include element;
@include block-left-end;