Go to file
buxiaoqing 72aa28e745 适配SDK位置接口 && wayland下屏蔽给窗管发送的图标位置更新的接口 2023-03-06 14:33:50 +08:00
.github/workflows Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
cmake Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
debian update changelog 2023-02-15 17:53:28 +08:00
man Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
panel 适配SDK位置接口 && wayland下屏蔽给窗管发送的图标位置更新的接口 2023-03-06 14:33:50 +08:00
panel-daemon Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-calendar *Fix:修改copyright 2023-02-20 14:41:02 +08:00
plugin-nightmode Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-showdesktop Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-spacer Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
plugin-startbar fix bug#158520 注销,关机英文翻译与设计不一致 2023-02-15 14:00:35 +08:00
plugin-statusnotifier 同步主线最新改动 2023-03-01 10:42:00 +08:00
plugin-taskbar 适配SDK位置接口 && wayland下屏蔽给窗管发送的图标位置更新的接口 2023-03-06 14:33:50 +08:00
sni-daemon *Fix:#103808 #126768 远程桌面双图标问题 2022-12-30 10:33:45 +08:00
sni-xembed-proxy *Fix:防止应用注册托盘是在屏幕右上角出现黑框 2023-01-16 11:36:17 +08:00
ukui-calendar Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
AUTHORS Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
CHANGELOG Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
CMakeLists.txt 同步2209update分支的改动 2022-12-04 15:48:19 +08:00
COPYING Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
NEWS Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
README.md 同步2209update分支的改动 2022-12-04 15:48:19 +08:00
ukui-panel.md 同步2209update分支的改动 2022-12-04 15:48:19 +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