mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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 = {
|
settings.global = {
|
||||||
width = "(300, 900)";
|
width = "(300, 900)";
|
||||||
|
|
||||||
|
dmenu = "fuzzel --dmenu";
|
||||||
|
|
||||||
|
corner_radius = 16;
|
||||||
|
gap_size = 10;
|
||||||
horizontal_padding = 10;
|
horizontal_padding = 10;
|
||||||
padding = 10;
|
padding = 10;
|
||||||
|
|
||||||
frame_color = base0A;
|
frame_color = base0A;
|
||||||
frame_width = 2;
|
frame_width = 3;
|
||||||
seperator_color = "frame";
|
seperator_color = "frame";
|
||||||
|
|
||||||
background = base00;
|
background = base00;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue