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";
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
gtk2.extraConfig = "gtk-application-prefer-dark-theme=1\n";
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
theme.name = "Adwaita Dark";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue