2

What taskbars/panels are available in Ubuntu ?

What process should I follow to configure them ?

Suhaib
  • 4,171
Viraj Rao
  • 171

2 Answers2

3

You can add a task-bar

Ctrl+Alt+t opens a terminal, then

sudo apt-get install tint2

enter image description here

reference

tint2 website

Looking for cool configurations?

Suhaib
  • 4,171
Ringtail
  • 16,285
0

Lxpanel


Features:

  • Lightweight

  • Plugins

  • Panel can be configured from GUI

  • Generate a menu for installed applications automatically

  • Can support multiple-panel layouts

enter image description here

To install the panel:

sudo apt-get install lxpanel

LXPanel website

Wiki Page


Xfce Panel:


Features

  • program launchers

  • panel menus

  • desktop switcher and more

  • Customizable plugins

  • Can be configured through graphical dialogs,GTK+ style properties, and hidden Xfconf settings

enter image description here

To install the panel:

sudo apt-get install xfce4-panel

Xfce docs and plugins

Suhaib
  • 4,171