summary refs log tree commit diff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-07 23:07:54 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-07 23:11:23 +0200
commitcf2abac8ec07ca421393df755211779b60739ae6 (patch)
tree2f59c15b051295dad5b179ca43b6ee962a15d64f /gnu/services/xorg.scm
parent32cf989587b32e22177746ac13d48afcec4d2dee (diff)
downloadguix-cf2abac8ec07ca421393df755211779b60739ae6.tar.gz
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/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index c687b46bc2..8fd003f96a 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?