waync: activate more modules, smaller size

This commit is contained in:
Vinzenz Schroeter 2025-11-14 22:19:42 +01:00
parent 4bd718ca04
commit 7eb0fbb69c

View file

@ -1,8 +1,24 @@
{ pkgs, ... }:
{
services.swaync = {
enable = true;
settings = {
"$schema" = "${pkgs.swaynotificationcenter}/etc/xdg/swaync/configSchema.json";
hide-on-clear = true;
positionX = "center";
fit-to-screen = false;
control-center-height = 750;
widgets = [
"mpris"
"volume"
"title"
"dnd"
"inhibitors"
"notifications"
];
};
};
}