XFCE4 Profile Pack
The PWNCLOUDOS XFCE4 Profile Pack contains everything you need to replicate the exact desktop environment, panel layout, themes, shortcuts, and custom menu entries used in PWNCLOUDOS.
Included in the Pack
XFCE4 Panel Profile (
pwncloudos-xfce4-profile-pack.tar.gz)Keyboard shortcuts (
xfce4-keyboard-shortcuts.xml)Appearance settings (
xsettings.xml)Window manager preferences (
xfwm4.xml)Desktop settings (
xfce4-desktop.xml)All custom MenuLibre
.desktoplaunchers for PWNCLOUDOS tools
Download PWNCLOUDOS XFCE4 Profile Pack:
https://github.com/pwnedlabs/pwncloudos/raw/main/docs/configs/xfce4/pwncloudos-xfce4-profile-pack.tar.gz
Files Included in the XFCE4 Profile Pack
Category |
File Location |
Purpose |
|---|---|---|
Panel Layout |
|
Full XFCE panel layout & app launchers |
Keyboard Shortcuts |
|
All key mappings |
Appearance Settings |
|
Theme, icon, font |
Window Manager Settings |
|
Window decorations, behavior |
Desktop Settings |
|
Wallpapers, desktop icons |
MenuLibre Custom Menu |
|
All custom |
How to Apply
Extract the pack:
tar -xzvf pwncloudos-xfce4-profile-pack.tar.gz -C ~/
Apply the panel profile:
sudo apt install xfce4-panel-profiles xfce4-panel-profiles load pwncloudos-xfce4-profile-pack.tar.gz
Copy XFCE4 settings:
mkdir -p ~/.config/xfce4/xfconf/xfce-perchannel-xml/ cp xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/ cp xsettings.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/ cp xfwm4.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/ cp xfce4-desktop.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/
Install custom launchers:
mkdir -p ~/.local/share/applications/ cp -r custom-launchers/* ~/.local/share/applications/
Command Line Usage of xfce4-panel-profiles
Panel profiles provide 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>
Reference
For more details, see the official docs:
XFCE4 Panel Profiles Documentation