changes
This commit is contained in:
parent
5b04a4b85e
commit
5b3d113982
2 changed files with 15 additions and 6 deletions
|
|
@ -50,7 +50,11 @@
|
|||
};
|
||||
outputs = {
|
||||
"eDP-1" = {
|
||||
scale = 1.75;
|
||||
scale = 1.5;
|
||||
position = {
|
||||
x = 272;
|
||||
y = 1440;
|
||||
};
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
mode = {
|
||||
|
|
@ -59,6 +63,10 @@
|
|||
refresh = 144.000;
|
||||
};
|
||||
scale = 1.5;
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
"DP-1" = {
|
||||
mode = {
|
||||
|
|
@ -67,6 +75,10 @@
|
|||
refresh = 143.999;
|
||||
};
|
||||
scale = 1.5;
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
cursor = {
|
||||
|
|
|
|||
|
|
@ -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