user rename
This commit is contained in:
parent
1b9e61f630
commit
82631191ea
33 changed files with 36 additions and 36 deletions
28
homeConfigurations/muede/swaync.nix
Normal file
28
homeConfigurations/muede/swaync.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{ 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"
|
||||
];
|
||||
|
||||
widget-config = {
|
||||
mpris.autohide = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue