[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66858] [PATCH 7/7] gnu: Add plasma-shell-wallpaper-active-blur.
From: |
Sughosha |
Subject: |
[bug#66858] [PATCH 7/7] gnu: Add plasma-shell-wallpaper-active-blur. |
Date: |
Tue, 31 Oct 2023 21:19:01 +0100 |
* gnu/packages/kde-xyz.scm (plasma-shell-wallpaper-active-blur): New variable.
Change-Id: I612d5885b65779100aee41879701df499b0b863b
---
gnu/packages/kde-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
index c9e8308fbf..f98a9c4af9 100644
--- a/gnu/packages/kde-xyz.scm
+++ b/gnu/packages/kde-xyz.scm
@@ -218,3 +218,28 @@ (define-public plasma-shell-applet-window-title
"This plasmoid shows the current window title and icon in Plasma panels or
Latte Dock.")
(license license:gpl2+)))
+
+(define-public plasma-shell-wallpaper-active-blur
+ (package
+ (name "plasma-shell-wallpaper-active-blur")
+ (version "2.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bouteillerAlan/blurredwallpaper")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b688d4p8n1wkhw3bp1zhxi5xbx806fy5hcgc8jrjj2kaclk408n"))))
+ (build-system copy-build-system)
+ (arguments
+ `(#:install-plan
+ `(("." "/share/plasma/wallpapers/a2n.blur"
+ #:include-regexp ("/assets/" "/contents/" "metadata.json")))))
+ (home-page "https://github.com/bouteillerAlan/blurredwallpaper")
+ (synopsis "Blurred wallpaper plugin for Plasma shell")
+ (description
+ "This Plasma wallpaper plugin blurs the wallpaper when a window is
+active.")
+ (license license:gpl2+)))
--
2.41.0
- [bug#66856] [PATCH 0/7] Add some themes and extensions for KDE Plasma., Sughosha, 2023/10/31
- [bug#66854] [PATCH 3/7] gnu: Add plasma-shell-applet-better-inline-clock., Sughosha, 2023/10/31
- [bug#66855] [PATCH 1/7] gnu: Add flat-remix-kde-theme., Sughosha, 2023/10/31
- [bug#66857] [PATCH 6/7] gnu: Add plasma-shell-applet-window-title., Sughosha, 2023/10/31
- [bug#66858] [PATCH 7/7] gnu: Add plasma-shell-wallpaper-active-blur.,
Sughosha <=
- [bug#66859] [PATCH 4/7] gnu: Add plasma-shell-applet-window-appmenu., Sughosha, 2023/10/31
- [bug#66860] [PATCH 2/7] gnu: Add plasma-shell-applet-advanced-radio-player., Sughosha, 2023/10/31
- [bug#66861] [PATCH 5/7] gnu: Add plasma-shell-applet-window-buttons., Sughosha, 2023/10/31