Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 358 Bytes

gr8bar

A cross-platform status bar made with Qt5

Prerequisites

PyQt5

pip3 install PyQt5

Trying it out

You can try out by running:

python3 ./src/gr8bar.by ./test/config.py

TODO

  • Allow layout to be changed (QVBoxLayout vs QHBoxLayout)