1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Round Dunst notifs

This commit is contained in:
RGBCube 2023-11-29 12:10:48 +03:00
parent 6660fc840a
commit cd7cf6829a
No known key found for this signature in database

View file

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