ukui-panel/README.md

40 lines
742 B
Markdown
Raw Normal View History

2022-05-06 18:29:37 +08:00
# ukui-panel
ukui-panel represents the taskbar of UKUI
## Table of Contents
* [About Project](#About-Project)
* [Getting Started](#Getting-Started)
* [Document Introduction](#Document-Introduction)
## About Project
ukui-panel contains the following plugins:
* startbar
* taskbar
* statusnotifier
* calendar
* showdesktop ...
## Getting Started
```bash
# Install ukui-panel
apt install ukui-panel
# build from source and test
mkdir build & cd build
cmake ..
make
sudo make install
./panel/ukui-panel
```
## Document Introduction
ukui-panel has plugins configuration file in ~/.config/ukui/panel.conf
it decide the count and order of the ukui-panel's plugins
2022-05-20 16:38:47 +08:00
For more details, please see ukui panel.md