pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
15
modules/home/noctalia/settings/osd.nix
Normal file
15
modules/home/noctalia/settings/osd.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{lib, ...}: {
|
||||
programs.noctalia-shell.settings.osd = lib.mkForce {
|
||||
"enabled" = true;
|
||||
"location" = "right";
|
||||
"autoHideMs" = 2000;
|
||||
"overlayLayer" = true;
|
||||
"backgroundOpacity" = 0;
|
||||
"enabledTypes" = [
|
||||
0
|
||||
1
|
||||
2
|
||||
];
|
||||
"monitors" = [];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user