more theme settings

This commit is contained in:
twoneis 2024-03-13 21:15:21 +01:00
parent 21025f52b6
commit 1c4b104ac2
2 changed files with 23 additions and 0 deletions

View file

@ -14,6 +14,25 @@
};
};
programs.waybar = {
enable = true;
settings = {
mainBar = {
layer = "top";
position = "top";
modules-left = [
];
modules-center = [
"Clock"
];
modules-right = [
];
};
};
};
services.mako = {
enable = true;
backgroundColor = "#191724ee";