changes
This commit is contained in:
parent
5b04a4b85e
commit
5b3d113982
2 changed files with 15 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
mOnTertiary = palette.crust;
|
||||
mError = palette.red;
|
||||
mOnError = palette.crust;
|
||||
mSurface = palette.base;
|
||||
mSurface = palette.mantle;
|
||||
mOnSurface = palette.text;
|
||||
mSurfaceVariant = palette.surface0;
|
||||
mOnSurfaceVariant = palette.lavender;
|
||||
|
|
@ -37,9 +37,6 @@
|
|||
# Convert to JSON
|
||||
schemeJson = builtins.toJSON customScheme;
|
||||
|
||||
# Write to file - escape for shell
|
||||
schemeJsonEscaped = lib.escapeShellArg schemeJson;
|
||||
|
||||
customPackage = pkgs.noctalia-shell.overrideAttrs (oldAttrs: {
|
||||
pname = "noctalia-shell-custom";
|
||||
nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [pkgs.jq];
|
||||
|
|
@ -93,7 +90,7 @@ in {
|
|||
position = "top";
|
||||
backgroundOpacity = 1;
|
||||
monitors = [];
|
||||
density = "comfortable";
|
||||
density = "spacious";
|
||||
showCapsule = true;
|
||||
capsuleOpacity = 1;
|
||||
floating = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue