Changes to make the laptop work
This commit is contained in:
parent
7f5e5f2cc0
commit
49ce2cd341
12 changed files with 44 additions and 32 deletions
|
@ -7,7 +7,7 @@
|
|||
source = ./assets/pfp.png;
|
||||
};
|
||||
".assets/wallpapers" = {
|
||||
source = ./assets/wallpapers/dogmatica;
|
||||
source = ./assets/wallpapers/${config.look.colors.wallpapers};
|
||||
};
|
||||
".assets/lockscreen" = {
|
||||
source = ./assets/lockscreens/holymoly;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.mako = {
|
||||
enable = true;
|
||||
borderColor = "#${config.look.colors.accent}";
|
||||
backgroundColor = "#${config.look.colors.dark}CC";
|
||||
backgroundColor = "#${config.look.colors.dark}D9";
|
||||
output = "${config.displays.d1}";
|
||||
sort = "+time";
|
||||
layer = "overlay";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
urgent-foreground = mkLiteral "#${config.look.colors.urgent}";
|
||||
active-foreground = mkLiteral "#${config.look.colors.split}";
|
||||
selected-active-foreground = mkLiteral "#${config.look.colors.prime}";
|
||||
background = mkLiteral "#${config.look.colors.dark}B3";
|
||||
background = mkLiteral "#${config.look.colors.dark}D9";
|
||||
bordercolor = mkLiteral "#${config.look.colors.prime}";
|
||||
selected-normal-foreground = mkLiteral "#FFFFFF";
|
||||
selected-normal-background = mkLiteral "#${config.look.colors.prime}80";
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
./gaming/launchers
|
||||
./general
|
||||
./headless
|
||||
./production
|
||||
];
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.papirus-icon-theme.override { color = "red"; };
|
||||
package = pkgs.papirus-icon-theme.override { color = "${config.look.colors.folder}"; };
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
cursorTheme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue