commit 99fb68190d4b69f4ac2c98aee608f132395f4849 parent 9222c4ed23b075d46b7bce6b4e28a6226500e4e2 Author: Milutin Popovic <milutin@popovic.xyz> Date: Fri, 27 Mar 2026 15:58:07 +0000 noctalia cfg Diffstat:
| M | modules/noctalia.nix | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/noctalia.nix b/modules/noctalia.nix @@ -20,12 +20,12 @@ widgets = { center = [ { - hideMode__added = "hidden"; - maxWidth__added = 145; - scrollingMode__added = "hover"; - showIcon__added = false; - textColor__added = "none"; - useFixedWidth__added = false; + hideMode = "hidden"; + maxWidth = 145; + scrollingMode = "hover"; + showIcon = false; + textColor = "none"; + useFixedWidth = false; id = "ActiveWindow"; } ];