more shenanigans

This commit is contained in:
Kopatz
2024-06-03 23:06:56 +02:00
parent 1d410ace0b
commit 1226b41379
9 changed files with 294 additions and 45 deletions

View File

@@ -282,25 +282,5 @@ in {
submap = reset
'';
};
services.dunst = {
enable = true;
settings = {
global = {
width = "(0,1000)";
height = "1000";
offset = "0x0";
origin = "bottom-center";
transparency = -1;
frame_color = "#1a1c1b";
font = "Monospace 8";
};
urgency_normal = {
background = "#1a1c1b";
foreground = "#eceff1";
timeout = 10;
};
};
};
};
}