swaynotificationcenter: Change visible widgets
This commit is contained in:
parent
a2ad645b57
commit
d0138fc43e
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ in
|
|||
source = settingsFormat.generate "swaync-config.json" {
|
||||
"$schema" = "${pkgs.swaynotificationcenter}/etc/xdg/swaync/configScheme.json";
|
||||
scripts = { };
|
||||
widgets = [
|
||||
"title"
|
||||
"dnd"
|
||||
"inhibitors"
|
||||
"mpris"
|
||||
"volume"
|
||||
"notifications"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue