Go to file
Mouse Zhang 398285fa71 New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
.github/workflows Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
cmake New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
libtaskmanager New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
man Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
panel New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
panel-daemon New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-calendar New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-showdesktop New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-spacer New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-startbar New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-statusnotifier New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-taskbar New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
plugin-ukcc New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
sni-daemon New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
sni-xembed-proxy New upstream version 4.10.0.0 2023-11-14 10:59:34 +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 New upstream version 4.10.0.0 2023-11-14 10:59:34 +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 New upstream version 4.10.0.0 2023-11-14 10:59:34 +08:00
ukui-panel.md New upstream version 4.10.0.0 2023-11-14 10:59:34 +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