guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: artwork: Update to latest version.


From: Ludovic Courtès
Subject: 01/01: artwork: Update to latest version.
Date: Thu, 07 May 2015 21:11:28 +0000

civodul pushed a commit to branch master
in repository guix.

commit cf2abac8ec07ca421393df755211779b60739ae6
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 7 23:07:54 2015 +0200

    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.
---
 gnu/artwork.scm       |    4 ++--
 gnu/services/xorg.scm |    2 +-
 gnu/system/grub.scm   |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index c3b1695..94c8914 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -32,9 +32,9 @@
     (method git-fetch)
     (uri (git-reference
           (url "git://git.savannah.gnu.org/guix/guix-artwork.git")
-          (commit "61ae7c8")))
+          (commit "6998d30")))
     (sha256
      (base32
-      "102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532"))))
+      "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))
 
 ;;; artwork.scm ends here
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index c687b46..8fd003f 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -192,7 +192,7 @@ which should be passed to this script as the first 
argument.  If not, the
 (define %default-slim-theme-name
   ;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that
   ;; contains the actual theme files.
-  "0.8")
+  "0.x")
 
 (define* (slim-service #:key (slim slim)
                        (allow-empty-passwords? #t) auto-login?
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index 17b08aa..e49b6db 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]