feat: dunst basic gruvbox styling

This commit is contained in:
s-prechtl 2024-09-28 15:02:31 +02:00
parent 1fcbebff6f
commit e89d25366b
2 changed files with 13 additions and 1 deletions

View file

@ -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";
};
};
};