feat: dunst basic gruvbox styling
This commit is contained in:
parent
1fcbebff6f
commit
e89d25366b
2 changed files with 13 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
../../modules/home-manager/hyprland.nix
|
../../modules/home-manager/hyprland.nix
|
||||||
../../modules/home-manager/pass.nix
|
../../modules/home-manager/pass.nix
|
||||||
../../modules/home-manager/btop.nix
|
../../modules/home-manager/btop.nix
|
||||||
|
../../modules/home-manager/dunst.nix
|
||||||
../../modules/home-manager/blueman.nix
|
../../modules/home-manager/blueman.nix
|
||||||
../../modules/home-manager/git.nix
|
../../modules/home-manager/git.nix
|
||||||
../../modules/home-manager/wofi.nix
|
../../modules/home-manager/wofi.nix
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,18 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
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