unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vessel Wave via Guix-patches via <guix-patches@gnu.org>
To: 63884@debbugs.gnu.org
Subject: [bug#63884] [PATCH] gnu: Add swayfx.
Date: Sat, 3 Jun 2023 23:56:31 -0500	[thread overview]
Message-ID: <31c748aa13ae690c6fdd5f5910739a687e177a52.1685854691.git.vesselwave@disroot.org> (raw)

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@twdb.moe>
 ;;; Copyright © 2023 Gabriel Wicki <gabriel@erlikon.ch>
 ;;; Copyright © 2023 Jonathan Brielamier <jonathan.brielmaier@web.de>
+;;; Copyright © 2023 Vessel Wave <vesselwave@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




             reply	other threads:[~2023-06-04 13:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04  4:56 Vessel Wave via Guix-patches via [this message]
2023-06-04  8:20 ` [bug#63884] Accidental email Vessel Vave via Guix-patches via
2023-06-05  7:59 ` bug#63884: [PATCH] gnu: Add swayfx Jonathan Brielmaier

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=31c748aa13ae690c6fdd5f5910739a687e177a52.1685854691.git.vesselwave@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=63884@debbugs.gnu.org \
    --cc=vesselwave@disroot.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).