diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 23:07:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 23:11:23 +0200 |
commit | cf2abac8ec07ca421393df755211779b60739ae6 (patch) | |
tree | 2f59c15b051295dad5b179ca43b6ee962a15d64f /gnu/system | |
parent | 32cf989587b32e22177746ac13d48afcec4d2dee (diff) | |
download | guix-cf2abac8ec07ca421393df755211779b60739ae6.tar.gz guix-cf2abac8ec07ca421393df755211779b60739ae6.zip |
artwork: Update to latest version.
* gnu/artwork.scm (%artwork-repository): Update.
* gnu/services/xorg.scm (%default-slim-theme-name): Change to "0.x".
* gnu/system/grub.scm (%background-image): Change to
GuixSD-fully-black-4-3.svg.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/grub.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm index 17b08aa9b7..e49b6dbe54 100644 --- a/gnu/system/grub.scm +++ b/gnu/system/grub.scm @@ -80,7 +80,8 @@ (define %background-image (grub-image (aspect-ratio 4/3) - (file #~(string-append #$%artwork-repository "/grub/GuixSD-4-3.svg")))) + (file #~(string-append #$%artwork-repository + "/grub/GuixSD-fully-black-4-3.svg")))) (define %default-theme ;; Default theme contributed by Felipe López. |