Go to file
handsome_feng a70611a59f Update changelog 4.0.0.4-1 2024-03-28 17:03:44 +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 Update changelog 4.0.0.4-1 2024-03-28 17:03:44 +08:00
man add manpages 2024-02-20 15:31:03 +08:00
panel fix file permission 2024-02-20 15:07:32 +08:00
panel-daemon tmp 2024-02-04 12:14:07 +08:00
plugin-calendar fix(calendar):任务栏时间不更新(#I97WL7) 2024-03-14 20:45:45 +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 use asyncCall for ukui-menu 2024-03-09 02:25:32 +00:00
plugin-statusnotifier fix(copyright): 补充copyright,删除无用文件(任务#194959) 2024-02-04 14:20:58 +08:00
plugin-taskbar fix build errors 2024-02-16 21:28:13 +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