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 = {
|
||||
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue