A GTK4 based status bar, scripted and configured in lua + styled w/ css
In order to install you will need the following installed:
- git
- cmake
- gtk4
- gtk4-layer-shell
- cmake
- ninja
- clang
If you have task installed you can do the following for easier builds:
task configure -- debug
taskYou can build by doing the following:
git clone git@github.com:s0cks/moonbar.git && cd moonbar
cmake --preset=debug .
cmake --build build/You can run moonbar using task
task run# consult w/ bin/run-moonbar
./bin/run-moonbaSee example/
See LICENSE
See Contributing