mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Round Dunst notifs
This commit is contained in:
parent
6660fc840a
commit
cd7cf6829a
1 changed files with 5 additions and 1 deletions
|
@ -10,11 +10,15 @@ homeConfiguration "nixos" {
|
|||
settings.global = {
|
||||
width = "(300, 900)";
|
||||
|
||||
dmenu = "fuzzel --dmenu";
|
||||
|
||||
corner_radius = 16;
|
||||
gap_size = 10;
|
||||
horizontal_padding = 10;
|
||||
padding = 10;
|
||||
|
||||
frame_color = base0A;
|
||||
frame_width = 2;
|
||||
frame_width = 3;
|
||||
seperator_color = "frame";
|
||||
|
||||
background = base00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue