1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Adjust dunst colors

This commit is contained in:
RGBCube 2023-12-04 15:12:16 +03:00
parent 4d99a5e4bb
commit 13b3057217
No known key found for this signature in database

View file

@ -31,12 +31,12 @@ homeConfiguration "nixos" {
};
settings.urgency_low = {
frame_color = base0D;
frame_color = base0A;
timeout = 5;
};
settings.urgency_normal = {
frame_color = base0E;
frame_color = base09;
timeout = 10;
};