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>
This commit is contained in:
parent
2cf24e9840
commit
48b87dfd48
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user