GNU bug report logs -
#63884
[PATCH] gnu: Add swayfx.
Previous Next
Reported by: Vessel Wave <vesselwave <at> disroot.org>
Date: Sun, 4 Jun 2023 08:10:02 UTC
Severity: normal
Tags: patch
Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#63884: [PATCH] gnu: Add swayfx.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 63884 <at> debbugs.gnu.org.
--
63884: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63884
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Closing. Duplicate of https://issues.guix.gnu.org/63887.
[Message part 3 (message/rfc822, inline)]
Blur has recently been added to Swayfx
---
gnu/packages/wm.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7f5e10b60d..2927828c79 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -62,6 +62,7 @@
;;; Copyright © 2022 zamfofex <zamfofex <at> twdb.moe>
;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
;;; Copyright © 2023 Jonathan Brielamier <jonathan.brielmaier <at> web.de>
+;;; Copyright © 2023 Vessel Wave <vesselwave <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1669,6 +1670,29 @@ (define-public sway
(description "Sway is a i3-compatible Wayland compositor.")
(license license:expat)))
+(define-public swayfx
+ (package
+ (inherit sway)
+ (name "swayfx")
+ (version "0.3.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/WillPower3309/swayfx")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1550n9xnqbl1am4cwlnj8ip5cs7kgdzx96ga2hkcw29cpyian7rv"))))
+ (build-system meson-build-system)
+ (home-page "https://github.com/WillPower3309/swayfx")
+ (synopsis "Sway Fork with extra options and effects")
+ (description
+ "Fork of Sway, a Wayland compositor compatible with i3. SwayFX
+adds extra options and effects to the original Sway, such as blur, rounded
+corners, shadows, inactive window dimming, etc.")
+ (license license:expat)))
+
(define-public swayidle
(package
(name "swayidle")
base-commit: b3492964c2573993b65c20f6e7d16c29cfd6f4f5
--
2.40.1
This bug report was last modified 1 year and 355 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.