feat: dunst basic gruvbox styling
This commit is contained in:
parent
1fcbebff6f
commit
e89d25366b
2 changed files with 13 additions and 1 deletions
|
|
@ -3,7 +3,18 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
frame_color = "#ffebdbb2";
|
||||
frame_color = "#ebdbb2";
|
||||
background = "#282828";
|
||||
foreground = "#ebdbb2";
|
||||
offset = "30x30";
|
||||
corner_radius = 10;
|
||||
icon_corner_radius = 5;
|
||||
gap_size = 5;
|
||||
font = "JetBrainsMono Nerd Font Mono 10";
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
frame_color = "#BF616A";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue