diff mbox series

bug#42098: [PATCH] gnu: Add guix-simplyblack-sddm-theme.

Message ID 87lfk0mg0z.fsf@gnu.org
State Accepted
Headers show
Series bug#42098: [PATCH] gnu: Add guix-simplyblack-sddm-theme. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès July 3, 2020, 9:42 p.m. UTC
Hi Fredrik,

Fredrik Salomonsson <plattfot@gmail.com> skribis:

> * gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): New variable.

Applied with the changes below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index ba587b2333..ef6e549d09 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -7,6 +7,7 @@ 
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 L  p R n  d n <guix@lprndn.info>
+;;; Copyright © 2020 Fredrik Salomonsson <plattfot@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -150,8 +151,9 @@  create smooth, animated user interfaces.")
                              (string-append sddm-themes "/guix-simplyblack-sddm"))))))
     (home-page "https://github.com/plattfot/guix-simplyblack-sddm")
     (synopsis "Guix based theme for SDDM")
-    (description "Simple theme for SDDM, black background with Guix's
-logo.  Based on Arch linux's archlinux-simplyblack theme.")
+    (description
+     "This package provides a simple theme for SDDM, black background with
+Guix's logo.  Based on Arch linux's archlinux-simplyblack theme.")
     ;; Theme under cc-by-sa3.0, guix logo under license:cc-by-sa4.0
     (license (list license:cc-by-sa3.0 license:cc-by-sa4.0))))