Go to file
卜萧庆 a4e6611bc7
!61 panel中的CMakeLists文件优化
Merge pull request !61 from 卜萧庆/cmakereview
2023-04-15 06:14:58 +00:00
.github/workflows Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
cmake Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
man Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
panel panel中的CMakeLists文件优化 2023-04-14 11:38:51 +08:00
panel-daemon 同步主线最新改定 && 代码优化 2023-04-10 16:53:55 +08:00
plugin-calendar *Fix:将gitlab v101分支的托盘和日历代码同步到upstream 2023-04-10 09:49:00 +08:00
plugin-showdesktop Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
plugin-spacer Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
plugin-startbar 同步主线最新改定 && 代码优化 2023-04-10 16:53:55 +08:00
plugin-statusnotifier 同步主线最新改定 && 代码优化 2023-04-10 16:53:55 +08:00
plugin-taskbar 同步主线最新改定 && 代码优化 2023-04-10 16:53:55 +08:00
sni-daemon 从商业版本同步一些已经解决的bug 2023-02-07 13:40:38 +08:00
sni-xembed-proxy *Fix:将gitlab v101分支的托盘和日历代码同步到upstream 2023-04-10 09:49:00 +08:00
AUTHORS Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
CHANGELOG Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
CMakeLists.txt 同步主线最新改定 && 代码优化 2023-04-10 16:53:55 +08:00
COPYING Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
NEWS Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
README.md 从gtilab同步master分支到openkylin 2022-11-18 11:52:08 +08:00
ukui-panel.md 从gtilab同步master分支到openkylin 2022-11-18 11:52:08 +08:00

README.md

ukui-panel

ukui-panel represents the taskbar of UKUI

Table of Contents

About Project

ukui-panel contains the following plugins:

  • startbar
  • taskbar
  • statusnotifier
  • calendar
  • showdesktop ...

Getting Started

# 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

For more details, please see ukui panel.md