443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 22:06:25 +01:00
parent 8c391c5321
commit 9becde7b23
2 changed files with 31 additions and 8 deletions

View File

@ -9,7 +9,7 @@ let
CORNER_RADIUS = "5"; CORNER_RADIUS = "5";
CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS; CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; # A curve of 2px and 10px radius thickness fits into a curve of 12px radius
WAYBAR_MODULES_CORNER_RADIUS = "5"; WAYBAR_MODULES_CORNER_RADIUS = "5";
GAPS_IN = "5"; GAPS_IN = "5";
@ -727,7 +727,7 @@ valign = bottom
border: ${BORDER_WIDTH}px solid RGBA(235, 219, 178, 1); border: ${BORDER_WIDTH}px solid RGBA(235, 219, 178, 1);
background-color: transparent; background-color: transparent;
box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2; box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
border-radius: ${CORNER_RADIUS}px; border-radius: ${RECEIVING_CORNER_RADIUS}px;
margin: 20px; margin: 20px;
} }
window#waybar.right, window#waybar.right,

View File

@ -1,8 +1,31 @@
building Nix... building Nix...
building the system configuration... building the system configuration...
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. error:
activating the configuration... … while calling the 'head' builtin
setting up /etc...
reloading user units for lightdm... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
reloading user units for deadvey...
restarting sysinit-reactivation.target 1574| || pred here (elemAt values 1) (head values) then
1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute 'fromString' missing
at /etc/nixos/configuration.nix:12:28:
11| CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
12| RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; # A curve of 2px and 10px radius thickness fits into a curve of 12px radius
| ^
13| WAYBAR_MODULES_CORNER_RADIUS = "5";