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.
This commit is contained in:
parent
32cf989587
commit
cf2abac8ec
|
@ -32,9 +32,9 @@
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
|
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
|
||||||
(commit "61ae7c8")))
|
(commit "6998d30")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532"))))
|
"0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))
|
||||||
|
|
||||||
;;; artwork.scm ends here
|
;;; artwork.scm ends here
|
||||||
|
|
|
@ -192,7 +192,7 @@ which should be passed to this script as the first argument. If not, the
|
||||||
(define %default-slim-theme-name
|
(define %default-slim-theme-name
|
||||||
;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that
|
;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that
|
||||||
;; contains the actual theme files.
|
;; contains the actual theme files.
|
||||||
"0.8")
|
"0.x")
|
||||||
|
|
||||||
(define* (slim-service #:key (slim slim)
|
(define* (slim-service #:key (slim slim)
|
||||||
(allow-empty-passwords? #t) auto-login?
|
(allow-empty-passwords? #t) auto-login?
|
||||||
|
|
|
@ -80,7 +80,8 @@
|
||||||
(define %background-image
|
(define %background-image
|
||||||
(grub-image
|
(grub-image
|
||||||
(aspect-ratio 4/3)
|
(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
|
(define %default-theme
|
||||||
;; Default theme contributed by Felipe López.
|
;; Default theme contributed by Felipe López.
|
||||||
|
|
Loading…
Reference in New Issue