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 <ludo@gnu.org>
This commit is contained in:
parent
226a3605d6
commit
2f9f792a1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue