-
-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showcase / Document - Waybar config in Guile Scheme #3784
Comments
Now also power menu and CSS in Guile:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey ! I love WayBar and think it really is an amazing project, thank you all for your hard work, in making a solid and flexible program that the community loves.
I wanted to share my Waybar config, fully in Guile Scheme (a Lisp). I think it could be beneficial for the community to know that this is possible, and in fact real nice.
I wonder what the best place could be to document this.
One can use it like this:
(use-modules (json)) (scm->json-string sss-joe-waybar-conf #:pretty #t)
Here the config, quite similar to defaults:
The text was updated successfully, but these errors were encountered: