waync: activate more modules, smaller size
This commit is contained in:
parent
4bd718ca04
commit
7eb0fbb69c
1 changed files with 16 additions and 0 deletions
|
|
@ -1,8 +1,24 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.swaync = {
|
services.swaync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
"$schema" = "${pkgs.swaynotificationcenter}/etc/xdg/swaync/configSchema.json";
|
||||||
|
|
||||||
|
hide-on-clear = true;
|
||||||
|
|
||||||
positionX = "center";
|
positionX = "center";
|
||||||
|
fit-to-screen = false;
|
||||||
|
control-center-height = 750;
|
||||||
|
|
||||||
|
widgets = [
|
||||||
|
"mpris"
|
||||||
|
"volume"
|
||||||
|
"title"
|
||||||
|
"dnd"
|
||||||
|
"inhibitors"
|
||||||
|
"notifications"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue