sfl4f1kx9rv59gq82z0f6a62sr6hnbbn

This commit is contained in:
itsscb 2024-05-14 11:04:49 +02:00
parent 3b9e3756e9
commit dc41010455
2 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,11 @@
building Nix... building Nix...
building the system configuration... building the system configuration...
these 4 derivations will be built: these 4 derivations will be built:
/nix/store/xv88r2b56pisjpymas4d93l3pkhg10g3-sddm-theme.drv /nix/store/cpd7y4q31wac36rwcw5nqllfb0m4nh29-sddm-theme.drv
/nix/store/p9kq8r77dbdz78r6k452kiamhd5and4g-sddm.conf.drv /nix/store/xgz00qiahy1nfc7az4gks2a4v23g1byh-sddm.conf.drv
/nix/store/0qbr07bwqpq2qj68f3qvwc72n4rvwy72-etc.drv /nix/store/dz86l5zzjg6d9bmiy4avxkp1ygklmvvm-etc.drv
/nix/store/an53pf9m1d21g1i074axx001iy1npiz2-nixos-system-scbnb-24.05pre625274.205781405197.drv /nix/store/sfl4f1kx9rv59gq82z0f6a62sr6hnbbn-nixos-system-scbnb-24.05pre625274.205781405197.drv
building '/nix/store/xv88r2b56pisjpymas4d93l3pkhg10g3-sddm-theme.drv'... building '/nix/store/cpd7y4q31wac36rwcw5nqllfb0m4nh29-sddm-theme.drv'...
Running phase: unpackPhase Running phase: unpackPhase
unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source
source root is source source root is source
@ -17,12 +17,12 @@ Running phase: buildPhase
no Makefile or custom buildPhase, doing nothing no Makefile or custom buildPhase, doing nothing
Running phase: installPhase Running phase: installPhase
Running phase: fixupPhase Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme shrinking RPATHs of ELF executables and libraries in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme
checking for references to /build/ in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme... checking for references to /build/ in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme...
patching script interpreter paths in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme patching script interpreter paths in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme
building '/nix/store/p9kq8r77dbdz78r6k452kiamhd5and4g-sddm.conf.drv'... building '/nix/store/xgz00qiahy1nfc7az4gks2a4v23g1byh-sddm.conf.drv'...
building '/nix/store/0qbr07bwqpq2qj68f3qvwc72n4rvwy72-etc.drv'... building '/nix/store/dz86l5zzjg6d9bmiy4avxkp1ygklmvvm-etc.drv'...
building '/nix/store/an53pf9m1d21g1i074axx001iy1npiz2-nixos-system-scbnb-24.05pre625274.205781405197.drv'... building '/nix/store/sfl4f1kx9rv59gq82z0f6a62sr6hnbbn-nixos-system-scbnb-24.05pre625274.205781405197.drv'...
activating the configuration... activating the configuration...
setting up /etc... setting up /etc...
reloading user units for itsscb... reloading user units for itsscb...

View File

@ -20,8 +20,8 @@ in
rm Background.jpg rm Background.jpg
cp -r ${image} $out/Background.jpg cp -r ${image} $out/Background.jpg
sed -i -e 's/Font="Noto Sans"/Font="FiraCode"/g' $out/theme.conf sed -i -e 's/Font="Noto Sans"/Font="FiraCode"/g' $out/theme.conf
sed -i -e 's/MainColor="white"/MainColor="white"/g' $out/theme.conf sed -i -e 's/MainColor="navajowhite"/MainColor="white"/g' $out/theme.conf
sed -i -e 's/AccentColor="navajowhite"/AccentColor="navajowhite"/g' $out/theme.conf sed -i -e 's/AccentColor="white"/AccentColor="navajowhite"/g' $out/theme.conf
sed -i -e 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/g' $out/theme.conf sed -i -e 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/g' $out/theme.conf
sed -i -e 's/HeaderText=Welcome!/HeaderText=Good Morning Sunshine/g' $out/theme.conf sed -i -e 's/HeaderText=Welcome!/HeaderText=Good Morning Sunshine/g' $out/theme.conf
echo 'ThemeColor="black"' >> $out/theme.conf echo 'ThemeColor="black"' >> $out/theme.conf