me
/
guix
Archived
1
0
Fork 0

gnu: Add waybar-experimental.

* gnu/packages/wm.scm (waybar-experimental): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Erik Giorgis 2023-02-15 23:22:56 +01:00 committed by Maxim Cournoyer
parent 2cf24e9840
commit 48b87dfd48
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 0 deletions

View File

@ -1837,6 +1837,14 @@ core/thread.")
(home-page "https://github.com/plattfot/cpu-histogram/")
(license license:expat)))
(define-public waybar-experimental
(let ((base waybar))
(package/inherit base
(name "waybar-experimental")
(arguments
(list #:configure-flags #~(list "-Dexperimental=true")))
(synopsis "Waybar with experimental features"))))
(define-public wlr-randr
(package
(name "wlr-randr")