diff --git a/nixos-switch.log b/nixos-switch.log index 65891e6..294f6bc 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,11 +1,11 @@ building Nix... building the system configuration... these 4 derivations will be built: - /nix/store/cpd7y4q31wac36rwcw5nqllfb0m4nh29-sddm-theme.drv - /nix/store/xgz00qiahy1nfc7az4gks2a4v23g1byh-sddm.conf.drv - /nix/store/dz86l5zzjg6d9bmiy4avxkp1ygklmvvm-etc.drv - /nix/store/sfl4f1kx9rv59gq82z0f6a62sr6hnbbn-nixos-system-scbnb-24.05pre625274.205781405197.drv -building '/nix/store/cpd7y4q31wac36rwcw5nqllfb0m4nh29-sddm-theme.drv'... + /nix/store/v8mmn4placa64ll4sjlr48mpabsgagcx-sddm-theme.drv + /nix/store/vz137cdzxq8kicgml9f51bhl36wlj19c-sddm.conf.drv + /nix/store/593rfw3vv27zpi5inf1qcpmxihd1va2m-etc.drv + /nix/store/8mamwb67rr8mcmwlhisd4l3lxbq457a9-nixos-system-scbnb-24.05pre625274.205781405197.drv +building '/nix/store/v8mmn4placa64ll4sjlr48mpabsgagcx-sddm-theme.drv'... Running phase: unpackPhase unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source source root is source @@ -17,12 +17,12 @@ Running phase: buildPhase no Makefile or custom buildPhase, doing nothing Running phase: installPhase Running phase: fixupPhase -shrinking RPATHs of ELF executables and libraries in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme -checking for references to /build/ in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme... -patching script interpreter paths in /nix/store/060k1xaf01mr10plfm0b2xdc3yq6r8gb-sddm-theme -building '/nix/store/xgz00qiahy1nfc7az4gks2a4v23g1byh-sddm.conf.drv'... -building '/nix/store/dz86l5zzjg6d9bmiy4avxkp1ygklmvvm-etc.drv'... -building '/nix/store/sfl4f1kx9rv59gq82z0f6a62sr6hnbbn-nixos-system-scbnb-24.05pre625274.205781405197.drv'... +shrinking RPATHs of ELF executables and libraries in /nix/store/jmzq9zdc5f738w37k625gzmdf4c70wz9-sddm-theme +checking for references to /build/ in /nix/store/jmzq9zdc5f738w37k625gzmdf4c70wz9-sddm-theme... +patching script interpreter paths in /nix/store/jmzq9zdc5f738w37k625gzmdf4c70wz9-sddm-theme +building '/nix/store/vz137cdzxq8kicgml9f51bhl36wlj19c-sddm.conf.drv'... +building '/nix/store/593rfw3vv27zpi5inf1qcpmxihd1va2m-etc.drv'... +building '/nix/store/8mamwb67rr8mcmwlhisd4l3lxbq457a9-nixos-system-scbnb-24.05pre625274.205781405197.drv'... activating the configuration... setting up /etc... reloading user units for itsscb... diff --git a/sddm-theme-dawn.nix b/sddm-theme-dawn.nix index 3161ccf..29325fe 100644 --- a/sddm-theme-dawn.nix +++ b/sddm-theme-dawn.nix @@ -21,7 +21,7 @@ in cp -r ${image} $out/Background.jpg sed -i -e 's/Font="Noto Sans"/Font="FiraCode"/g' $out/theme.conf sed -i -e 's/MainColor="navajowhite"/MainColor="white"/g' $out/theme.conf - sed -i -e 's/AccentColor="white"/AccentColor="navajowhite"/g' $out/theme.conf + sed -i -e 's/AccentColor="white"/AccentColor="#3f8d44"/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 echo 'ThemeColor="black"' >> $out/theme.conf