Go to file
buxiaoqing da273270da fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
.github/workflows Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
cmake tmp 2024-02-04 12:14:07 +08:00
debian tmp 2024-02-04 12:14:07 +08:00
man tmp 2024-02-04 12:14:07 +08:00
panel fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
panel-daemon tmp 2024-02-04 12:14:07 +08:00
plugin-calendar tmp 2024-02-04 12:14:07 +08:00
plugin-showdesktop tmp 2024-02-04 12:14:07 +08:00
plugin-spacer Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
plugin-startbar tmp 2024-02-04 12:14:07 +08:00
plugin-statusnotifier fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
plugin-taskbar fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
plugin-ukcc fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
sni-daemon tmp 2024-02-04 12:14:07 +08:00
sni-xembed-proxy tmp 2024-02-04 12:14:07 +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 tmp 2024-02-04 12:14:07 +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 tmp 2024-02-04 12:14:07 +08:00
ukui-panel.md tmp 2024-02-04 12:14:07 +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