diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-06-08 09:54:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-10 23:11:15 +0200 |
commit | 2f9f792a1e4854bd17a26366a84911656607b4a3 (patch) | |
tree | 914abc9b7a8f74d16874c2b979870ed791b84c9f /gnu/services | |
parent | 226a3605d6cabeb71247a732a99d625c9cfafa74 (diff) | |
download | patches-2f9f792a1e4854bd17a26366a84911656607b4a3.tar patches-2f9f792a1e4854bd17a26366a84911656607b4a3.tar.gz |
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>
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 0a38b4013c..06d72b5f60 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 |