mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add dexy-color-sddm-theme.
* gnu/packages/display-managers.scm (dexy-color-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f81cfc2f51
commit
d17c403115
1 changed files with 26 additions and 0 deletions
|
@ -168,6 +168,32 @@ (define-public abstractdark-sddm-theme
|
|||
background with abstract shapes. Inspired by solarized-sddm-theme.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public dexy-color-sddm-theme
|
||||
(let ((commit "7929384dbb9305e6da53a8942bca3d75593fd99f")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "dexy-color-sddm-theme")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/L4ki/Dexy-Plasma-Themes")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dcp3pvs6x63740sz852yr19fjrdnh81dbrq7rssgm6ssi1rqjig"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan '(("Dexy-Color-SDDM"
|
||||
"/share/sddm/themes/dexy-color-sddm"))))
|
||||
(home-page "https://github.com/L4ki/Dexy-Plasma-Themes")
|
||||
(synopsis "Dexy Color theme for SDDM")
|
||||
(description
|
||||
"This package provides a minimalistic and modern SDDM theme with blured
|
||||
background.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public guix-simplyblack-sddm-theme
|
||||
(package
|
||||
(name "guix-simplyblack-sddm-theme")
|
||||
|
|
Loading…
Reference in a new issue