mirror of https://github.com/cutefishos/statusbar
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
290 B
Markdown
22 lines
290 B
Markdown
# StatusBar
|
|
|
|
The status bar at the top displays the current status of the system, such as time, system tray, etc.
|
|
|
|
## Dependencies
|
|
|
|
```bash
|
|
sudo apt install libkf5windowsystem-dev -y
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cmake ..
|
|
make
|
|
sudo make install
|
|
```
|
|
|
|
## License
|
|
|
|
StatusBar is licensed under GPLv3.
|