443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
34b9e5bfac
commit
410bfc68b9
@ -5,12 +5,12 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
CORNER_RADIUS = "5";
|
CORNER_RADIUS = "5";
|
||||||
CORNER_RADIUS_INT = builtins.parseInt CORNER_RADIUS;
|
CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
|
||||||
WAYBAR_MODULES_CORNER_RADIUS = "5";
|
WAYBAR_MODULES_CORNER_RADIUS = "5";
|
||||||
GAPS_IN = "5";
|
GAPS_IN = "5";
|
||||||
GAPS_OUT = "10";
|
GAPS_OUT = "10";
|
||||||
BORDER_WIDTH = "2";
|
BORDER_WIDTH = "2";
|
||||||
BORDER_WIDTH_INT = builtins.parseInt BORDER_WIDTH;
|
BORDER_WIDTH_INT = builtins.fromString BORDER_WIDTH;
|
||||||
WALLPAPER = "$HOME/media/Pictures/wallpapers/forest.jpg";
|
WALLPAPER = "$HOME/media/Pictures/wallpapers/forest.jpg";
|
||||||
|
|
||||||
# Colours
|
# Colours
|
||||||
@ -723,7 +723,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: ${builtins.toString CORNER_RADIUS_INT + BORDER_WIDTH_INT}px;
|
border-radius: ${CORNER_RADIUS}px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
window#waybar.right,
|
window#waybar.right,
|
||||||
|
@ -1,31 +1,8 @@
|
|||||||
building Nix...
|
building Nix...
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
error:
|
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
|
||||||
… while calling the 'head' builtin
|
activating the configuration...
|
||||||
|
setting up /etc...
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
|
reloading user units for lightdm...
|
||||||
|
reloading user units for deadvey...
|
||||||
1574| || pred here (elemAt values 1) (head values) then
|
restarting sysinit-reactivation.target
|
||||||
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 'parseInt' missing
|
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:8:22:
|
|
||||||
|
|
||||||
7| CORNER_RADIUS = "5";
|
|
||||||
8| CORNER_RADIUS_INT = builtins.parseInt CORNER_RADIUS;
|
|
||||||
| ^
|
|
||||||
9| WAYBAR_MODULES_CORNER_RADIUS = "5";
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user