summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-08-28 23:47:49 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2018-08-29 00:04:58 -0400
commitbc5b26b4ab6ddaf8e08acfa7d06a054ddac43358 (patch)
tree44a08c16de96e3ad471dd3314321565f8822c5b3 /pkgs
parent7db611f2af869bac6e31ba814a5593c52d54ec19 (diff)
downloadnixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar.gz
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar.bz2
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar.lz
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar.xz
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.tar.zst
nixpkgs-bc5b26b4ab6ddaf8e08acfa7d06a054ddac43358.zip
Reviews use of old nixos wallpaper to use one with the new logo.
The wallpaper used is *structurally compatible* with the other one,
meaning that the logo is at the same location, and not bigger.

It has one drawback: the logo is brighter, which clashes with the grub
usage. This is to be fixed with new options in grub.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/misc/nixos-artwork/wallpapers.nix29
1 files changed, 20 insertions, 9 deletions
diff --git a/pkgs/data/misc/nixos-artwork/wallpapers.nix b/pkgs/data/misc/nixos-artwork/wallpapers.nix
index 3a65a9626d1..648b4f1dd96 100644
--- a/pkgs/data/misc/nixos-artwork/wallpapers.nix
+++ b/pkgs/data/misc/nixos-artwork/wallpapers.nix
@@ -23,16 +23,9 @@ let
 
 in
 
-{
+rec {
 
-  gnome-dark = mkNixBackground {
-    name = "gnome-dark-2015-02-27";
-    description = "Gnome Dark background for Nix";
-    src = fetchurl {
-      url = https://raw.githubusercontent.com/NixOS/nixos-artwork/7ece5356398db14b5513392be4b31f8aedbb85a2/gnome/Gnome_Dark.png;
-      sha256 = "0c7sl9k4zdjwvdz3nhlm8i4qv4cjr0qagalaa1a438jigixx27l7";
-    };
-  };
+  gnome-dark = simple-dark-gray-bottom;
 
   mosaic-blue = mkNixBackground {
     name = "mosaic-blue-2016-02-19";
@@ -61,6 +54,24 @@ in
     };
   };
 
+  simple-dark-gray-bootloader = mkNixBackground {
+    name = "simple-dark-gray-bootloader-2018-08-28";
+    description = "Simple dark gray background for NixOS, specifically bootloaders.";
+    src = fetchurl {
+      url = https://raw.githubusercontent.com/NixOS/nixos-artwork/9d1f11f652ed5ffe460b6c602fbfe2e7e9a08dff/bootloader/nix-wallpaper-simple-dark-gray_bootloader.png;
+      sha256 = "0v26kfydn7alr81f2qpgsqdiq2zk7yrwlgibx2j7k91z9h47dpj9";
+    };
+  };
+
+  simple-dark-gray-bottom = mkNixBackground {
+    name = "simple-dark-gray-2018-08-28";
+    description = "Simple dark gray background for NixOS, specifically bootloaders and graphical login.";
+    src = fetchurl {
+      url = https://raw.githubusercontent.com/NixOS/nixos-artwork/783c38b22de09f6ee33aacc817470a4513392d83/wallpapers/nix-wallpaper-simple-dark-gray_bottom.png;
+      sha256 = "13hi4jwp5ga06dpdw5l03b4znwn58fdjlkqjkg824isqsxzv6k15";
+    };
+  };
+
   simple-light-gray = mkNixBackground {
     name = "simple-light-gray-2016-02-19";
     description = "Simple light gray background for Nix";