diff options
| -rw-r--r-- | gnu/artwork.scm | 4 | ||||
| -rw-r--r-- | gnu/services/xorg.scm | 2 | ||||
| -rw-r--r-- | gnu/system/grub.scm | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gnu/artwork.scm b/gnu/artwork.scm index c3b1695ba72..94c89143a65 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm | |||
| @@ -32,9 +32,9 @@ | |||
| 32 | (method git-fetch) | 32 | (method git-fetch) |
| 33 | (uri (git-reference | 33 | (uri (git-reference |
| 34 | (url "git://git.savannah.gnu.org/guix/guix-artwork.git") | 34 | (url "git://git.savannah.gnu.org/guix/guix-artwork.git") |
| 35 | (commit "61ae7c8"))) | 35 | (commit "6998d30"))) |
| 36 | (sha256 | 36 | (sha256 |
| 37 | (base32 | 37 | (base32 |
| 38 | "102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532")))) | 38 | "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j")))) |
| 39 | 39 | ||
| 40 | ;;; artwork.scm ends here | 40 | ;;; artwork.scm ends here |
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index c687b46bc2c..8fd003f96a3 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 | |||
| 192 | (define %default-slim-theme-name | 192 | (define %default-slim-theme-name |
| 193 | ;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that | 193 | ;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that |
| 194 | ;; contains the actual theme files. | 194 | ;; contains the actual theme files. |
| 195 | "0.8") | 195 | "0.x") |
| 196 | 196 | ||
| 197 | (define* (slim-service #:key (slim slim) | 197 | (define* (slim-service #:key (slim slim) |
| 198 | (allow-empty-passwords? #t) auto-login? | 198 | (allow-empty-passwords? #t) auto-login? |
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm index 17b08aa9b71..e49b6dbe54c 100644 --- a/gnu/system/grub.scm +++ b/gnu/system/grub.scm | |||
| @@ -80,7 +80,8 @@ | |||
| 80 | (define %background-image | 80 | (define %background-image |
| 81 | (grub-image | 81 | (grub-image |
| 82 | (aspect-ratio 4/3) | 82 | (aspect-ratio 4/3) |
| 83 | (file #~(string-append #$%artwork-repository "/grub/GuixSD-4-3.svg")))) | 83 | (file #~(string-append #$%artwork-repository |
| 84 | "/grub/GuixSD-fully-black-4-3.svg")))) | ||
| 84 | 85 | ||
| 85 | (define %default-theme | 86 | (define %default-theme |
| 86 | ;; Default theme contributed by Felipe López. | 87 | ;; Default theme contributed by Felipe López. |
