[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#42098: [PATCH] gnu: Add guix-simplyblack-sddm-theme.
From: |
Ludovic Courtès |
Subject: |
bug#42098: [PATCH] gnu: Add guix-simplyblack-sddm-theme. |
Date: |
Fri, 03 Jul 2020 23:42:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
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 --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))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#42098: [PATCH] gnu: Add guix-simplyblack-sddm-theme.,
Ludovic Courtès <=