[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: services: slim: Update SLiM theme to 1.x.
From: |
guix-commits |
Subject: |
05/06: services: slim: Update SLiM theme to 1.x. |
Date: |
Mon, 10 Jun 2019 17:30:04 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2f9f792a1e4854bd17a26366a84911656607b4a3
Author: Diego Nicola Barbato <address@hidden>
Date: Sat Jun 8 09:54:20 2019 +0200
services: slim: Update SLiM theme to 1.x.
* gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/services/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 0a38b40..06d72b5 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -465,7 +465,7 @@ desktop session from the system or user profile will be
used."
(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.x")
+ "1.x")
(define-record-type* <slim-configuration>
slim-configuration make-slim-configuration
- branch master updated (aec9bb8 -> c5f66d2), guix-commits, 2019/06/10
- 04/06: artwork: Update snapshot to 2f2fe74., guix-commits, 2019/06/10
- 06/06: pack: Fix 'guix pack -f docker'., guix-commits, 2019/06/10
- 05/06: services: slim: Update SLiM theme to 1.x.,
guix-commits <=
- 03/06: store: 'build-things' accepts derivation/output pairs., guix-commits, 2019/06/10
- 01/06: download: Update list of content-addressed mirrors., guix-commits, 2019/06/10
- 02/06: ssh: Add missing import., guix-commits, 2019/06/10