Plasma/Panels

    From KDE UserBase Wiki

    Panels in Plasma Desktop

    The default panel

    A Panel is a widget container which can be located on any side of the screen. There can be multiple panels on the screen or even on the same side. The default layout is one panel that stretches across the entire bottom of the desktop with the following widgets: application menu, desktop pager, task manager (list of open windows), system tray (including things like power management if you are on a laptop), digital clock, and peek at desktop.

    Configuration

    Panel configuration can be accessed via the context (right click) menu in the panel. At that point, the panel will be in edit mode.

    Panel in configuration mode with More settings-submenu open

    Arranging Widgets

    Widgets in the panel can be sorted by dragging them when in configuration mode. Widgets align left in the horizontal and top in the vertical panel. You can center widgets in the panel by adding flexible sized spacers on both sides (see the section on the panel toolbox).

    The Panel Toolbox

    • Size arrows: The arrows on the bar in the middle allow the panel size to be adjusted.
      • Arrows pointing left change the minimum panel size.
      • Arrows pointing right change the maximum panel size.
      • The arrow pointing up is the center of the panel.
      • To adjust the height of a horizontal panel or the width of a vertical panel, use the spin box in the toolbox.
      • After resizing a panel, you can reset it to maximized in the More Options menu.
    • Add Widgets: Allows widgets to be added to the panel. This will open a sidebar from which you can drag widgets into the panel.
    • Add Spacer: Allows you to add a spacer into the panel giving space between the items in it.
      • The standard behavior of a spacer is that it uses as much space as possible (flexible size), but you can also set it to a fixed size:. Enter the context (right click) menu and deactivate Set Flexible Size.
    • Drag to move: You can click into the empty space and drag the panel to any of the four edges of the screen.
    • Remove this panel: Removes the current panel and all widgets in it.
    • Height (for horizontal panel)/Width (for vertical panel): Allows the panel height or width to be adjusted. To change the width of a horizontal panel or the height of a vertical panel, use the arrows.
    • More Options: Opens additional settings for the panel (see next section).

    The "More Settings" Menu

    • Panel Alignment: Allows the alignment of the panel to be set in three pre-set positions.
      • Left/Top
      • Center
      • Right/Bottom
    • Visibility
      • Always Visible: Keeps the panel visible at all times, even when windows are maximised.
      • Auto Hide: Hides the panel off screen until the mouse is placed near the screen edge.
      • Windows can cover: This allows windows to cover the panel and if maximised, will cover the panel.
      • Windows go below: This allows windows to go below the panel, even when maximised.
    • Opacity
      • Adaptive: Makes the panel opaque when any windows are touching it, and translucent otherwise.
      • Opaque: Makes the panel always opaque,
      • Translucent: Makes the panel always translucent.
    • Maximize Panel: Makes the panel fit to the screen edges, if it has been resized.
    • Floating Panel: Adds some margin around the panel when no windows are touching it.
    • Remove Panel: Deletes the panel.
    • Shortcut: Allows you to set a shortcut to focus the panel when it is not currently visible.

    Adding Panels

    It is also possible to have more than one panel on your desktop. This proves useful if you want to have a more flexible layout:

    Screenshot showing a desktop with multiple panels: a floating centered vertical panel with an application launcher and icons-only task manager, and a second panel placed horizontally at the top of the screen with global application menu, system tray, and clock.

    To add a new panel either click on the desktop toolbox button and select Add Panel or open the context (right click) menu on the desktop and select Add Panel from the menu.

    If more than one kind of Panel is installed, you will be able to select between them to choose what sort of Panel you would prefer. By default, two Panel types are available: Default Panel, which creates a Panel containing all of the default widgets (launcher, pager, tasks, system tray, clock, etc.), and Empty Panel, which adds a blank Panel without any pre-configured widgets in it.

    Under the Hood

    Should anything "untoward" happen to your panel have a look at ~/.config/plasma-org.kde.plasma.desktop-appletsrc - the panel itself is classed as a containment (there are at least two, the desktop and the panel) which is home to all the different widgets you put there.

    Info needed

    Here the relevant section of plasma-desktop-appletsrc for a default panel containment should go. Please help us provide the info if you know anything about this.