all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
To: ludo@gnu.org
Cc: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>,
	64932@debbugs.gnu.org
Subject: [bug#64932] [PATCH v2] gnu: Add abstractdark-sddm-theme.
Date: Wed, 20 Sep 2023 23:30:42 +0200	[thread overview]
Message-ID: <DU2P193MB2132BB998401BE3CDED510C0F3F9A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <87a5tlx7nr.fsf@gnu.org>

* gnu/packages/display-managers.scm (abstractdark-sddm-theme): New variable.
---
Hi.

Here you have the corrections you've asked. I've sent you another mail with the
changes for the dexy-color-sddm-theme.

Good night,
Sergio.

 gnu/packages/display-managers.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index ef9826c0f7..ba9e26142e 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -168,6 +168,31 @@ (define-public dexy-color-sddm-theme
 background.")
       (license license:gpl3+))))
 
+(define-public abstractdark-sddm-theme
+  (let ((commit "e817d4b27981080cd3b398fe928619ffa16c52e7")
+        (revision "0"))
+    (package
+      (name "abstractdark-sddm-theme")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/3ximus/abstractdark-sddm-theme")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1si141hnp4lr43q36mbl3anlx0a81r8nqlahz3n3l7zmrxb56s2y"))))
+      (build-system copy-build-system)
+      (arguments
+       `(#:install-plan '(("." "/share/sddm/themes/abstractdark"))))
+      (home-page "https://github.com/3ximus/abstractdark-sddm-theme")
+      (synopsis "Abstract Dark theme for SDDM")
+      (description
+       "This package provides a minimalistic dark theme for SDDM, black
+background with abstract shapes. Inspired by solarized-sddm-theme.")
+      (license license:gpl3+))))
+
 (define-public guix-simplyblack-sddm-theme
   (package
     (name "guix-simplyblack-sddm-theme")

base-commit: 4bdb8bd2674c2b630626be43a5cd3c2b65401b52
prerequisite-patch-id: 5c871c0f03698adb5cbf1aa075bfce296029bc03
-- 
2.41.0





  reply	other threads:[~2023-09-20 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29 12:50 [bug#64932] [PATCH] gnu: Add abstract-sddm-theme Sergio Pastor Pérez
2023-09-17 13:15 ` Ludovic Courtès
2023-09-20 21:30   ` Sergio Pastor Pérez [this message]
2023-10-14 15:30     ` bug#64932: [PATCH v2] gnu: Add abstractdark-sddm-theme Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DU2P193MB2132BB998401BE3CDED510C0F3F9A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM \
    --to=sergio.pastorperez@outlook.es \
    --cc=64932@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.