Xfce Panel Profiles (xfce4-panel-profiles
, formerly known as xfpanel-switch
) is a simple application to manage Xfce panel layouts.
With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.
Panel profiles main window shows a two columns table: on the left there is the configuration's name, at the right the last modification time. The first entry is always the current configuration, all other entries are custom user profiles or provided by the operating system by default.
Panel Profiles window |
---|
To perform any actions, you need to first select the configuration that you want to consider. Then you can select a button on the bottom bar. The available tasks, from the left to right are:
~/.local/share/xfce4-panel-profiles
.
Panel profiles provides two command line options that allow you to load and activate a panel profile or save the current configuration.
xfce4-panel-profiles <load|save> <file>
If you launch xfce4-panel-profiles
without any available options, it launches the graphical user interface.
Save current configuration to current-config.tar.bz2
:
xfce4-panel-profiles save current-config.tar.bz2
Load and apply previously saved configuration:
xfce4-panel-profiles load current-config.tar.bz2