mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Adjust dunst colors
This commit is contained in:
parent
4d99a5e4bb
commit
13b3057217
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue