mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ (define %default-slim-theme
|
|||
(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 a new issue