This is a clone of the original Cinnamon applet that adds support for a multi-line taskbar.
- Download the applet and install to
~/.local/share/cinnamon/applets/
- Go to Menu > Cinnamon Settings > Applets
- Ensure applet 'Cinnamon Multi-Line taskbar' is present
- Uncheck the default 'Cinnamon Window List'
- Enable applet 'Cinnamon Multi-Line taskbar'
- Go to Menu > Cinnamon Settings > Panel
- Check 'Use customized panel size'
- Set bottom height to something around 35-70 pixels (depending on your theme and number of rows for the taskbar)
- File
applet.js
contains a few constants, which you can adjust to meet your wishes:TASKBAR_ROW_COUNT
: number of rows for the taskbarMIN_BUTTONS_PER_LINE
: minimum number of tasks on one line, before we start filling in the next lineTASKBAR_ALL_WORKSPACES
: shall the taskbar include windows from all workspaces (1) or just from the current workspace (0)?TASK_MIDDLECLICK_ACTION
: behavior on clicking the middle mouse button: 0=close window (old style), 1="clone" (Windows-7 style)PANEL_ICON_SIZE
: this is for the spinner when loadingDEFAULT_ICON_SIZE
: height of the tasks themselves
- Restart Cinnamon to see the changes
- Drag-and-Drop (reorder) functionality of the bottom bar might not work