more theme settings
This commit is contained in:
parent
21025f52b6
commit
1c4b104ac2
2 changed files with 23 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue