From afa1cc82875489092b6e53eb4a2e26528d6bd659 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 29 Dec 2018 00:06:59 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d7e875..487d108c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Custom scripts - And much more customizations -**Configuration and Customization** +**Configuration and Styling** [See the wiki for more details](https://github.com/Alexays/Waybar/wiki). @@ -28,6 +28,24 @@ $ cd Waybar $ meson build $ ninja -C build $ ./build/waybar +# If you want to install it +$ ninja -C build install +$ waybar +``` + +**Dependencies** + +``` +gtkmm3 +jsoncpp +libinput +libsigc++ +wayland +wlroots +libpulse [Pulseaudio module] +libnl [Network module] +sway [Sway modules] +libdbusmenu-gtk3 [Tray module] ``` Contributions welcome! - have fun :)