Update README.md
This commit is contained in:
parent
ab78698ffd
commit
afa1cc8287
20
README.md
20
README.md
|
@ -16,7 +16,7 @@
|
||||||
- Custom scripts
|
- Custom scripts
|
||||||
- And much more customizations
|
- And much more customizations
|
||||||
|
|
||||||
**Configuration and Customization**
|
**Configuration and Styling**
|
||||||
|
|
||||||
[See the wiki for more details](https://github.com/Alexays/Waybar/wiki).
|
[See the wiki for more details](https://github.com/Alexays/Waybar/wiki).
|
||||||
|
|
||||||
|
@ -28,6 +28,24 @@ $ cd Waybar
|
||||||
$ meson build
|
$ meson build
|
||||||
$ ninja -C build
|
$ ninja -C build
|
||||||
$ ./build/waybar
|
$ ./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 :)<br>
|
Contributions welcome! - have fun :)<br>
|
||||||
|
|
Loading…
Reference in New Issue