all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70261] [PATCH] gnu: Add wsbg.
@ 2024-04-07 18:58 James Smith via Guix-patches via
  2024-04-18  3:53 ` [bug#70261] [PATCH v2] " James Smith via Guix-patches via
  2024-04-23 13:14 ` [bug#70261] [PATCH v3] " James Smith via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: James Smith via Guix-patches via @ 2024-04-07 18:58 UTC (permalink / raw)
  To: 70261; +Cc: James Smith

* gnu/packages/wm.scm (wsbg): New variable.

Change-Id: Ia83a7afcbb0879f0f6d604e1d671388a30800265
---
 gnu/packages/wm.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4e76e705e1..c573feb338 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -69,6 +69,7 @@
 ;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
 ;;; Copyright © 2024 chris <chris@bumblehead.com>
+;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3731,6 +3732,28 @@ (define-public velox
 It is inspired by dwm and xmonad.")
       (license license:expat))))
 
+(define-public wsbg
+  (let ((commit "15b0d0f6910ea97b9bcc471695fac07270955dd2")
+        (revision "133")
+        (version "0.1"))
+    (package
+      (inherit swaybg)
+      (name "wsbg")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/saibier/wsbg")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "15xrnwp54kghigx06y4qmmn1q9f26fx4cawyl4kcbqrrzfbbj1g6"))))
+      (home-page "https://github.com/saibier/wsbg")
+      (synopsis "Workspace wallpaper tool for Sway")
+      (description "Wallpaper utility for Sway with support for per-workspace
+configuration."))))
+
 (define-public yambar-wayland
   (package
     (name "yambar-wayland")

base-commit: 7988ca6a480a7648971c06edc0dfb8da6fd0777b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-24  2:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-07 18:58 [bug#70261] [PATCH] gnu: Add wsbg James Smith via Guix-patches via
2024-04-18  3:53 ` [bug#70261] [PATCH v2] " James Smith via Guix-patches via
2024-04-23  5:32   ` Z572
2024-04-23 13:09     ` James Smith via Guix-patches via
2024-04-23 13:14 ` [bug#70261] [PATCH v3] " James Smith via Guix-patches via
2024-04-24  2:39   ` bug#70261: " Z572

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.