aboutsummaryrefslogtreecommitdiff
path: root/crn/packages/wm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'crn/packages/wm.scm')
-rw-r--r--crn/packages/wm.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/crn/packages/wm.scm b/crn/packages/wm.scm
index 21a13fc..810daf2 100644
--- a/crn/packages/wm.scm
+++ b/crn/packages/wm.scm
@@ -37,3 +37,22 @@
(synopsis "A collection of user-contributed scripts for sway")
(description "Sway-Contrib is a community-driven effort to share and showcase various user-created configurations, scripts, themes, and other resources that enhance and help the Sway experience.")
(license licenses:expat)))
+
+(define-public cobamenu
+ (package
+ (name "cobamenu")
+ (version "2.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://codeberg.org/languidnights/cobamenu")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "0885j28if7bci0h9359m23jbs17z1b04sjl9lc24m3p7d31id7f8"))))
+ (build-system cmake-build-system)
+ (inputs (list boost))
+ (synopsis "OpenBox/LabWC pipemenu generator")
+ (description "OpenBox/LabWC pipemenu generator")
+ (home-page "https://codeberg.org/languidnights/cobamenu")
+ (license gpl2)))