Skip to content

Instantly share code, notes, and snippets.

@simonLeary42
Last active December 19, 2023 17:43
Show Gist options
  • Select an option

  • Save simonLeary42/0da64c06238346eeeef3f1d32fb27204 to your computer and use it in GitHub Desktop.

Select an option

Save simonLeary42/0da64c06238346eeeef3f1d32fb27204 to your computer and use it in GitHub Desktop.
windows 10 style XFCE panel. Meant for unprivileged users, no sleep/hibernate/power off buttons. Install to `/etc/xdg/xfce4/panel/default.xml` globally or `~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml` per user.
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0">
<property name="configver" type="int" value="2"/>
<property name="panels" type="array">
<value type="int" value="1"/>
<property name="panel-1" type="empty">
<property name="autohide-behavior" type="uint" value="0"/>
<property name="position" type="string" value="p=10;x=0;y=0"/>
<property name="position-locked" type="bool" value="true"/>
<property name="size" type="uint" value="48"/>
<property name="plugin-ids" type="array">
<value type="int" value="1"/>
<value type="int" value="2"/>
<value type="int" value="3"/>
<value type="int" value="4"/>
<value type="int" value="5"/>
<value type="int" value="6"/>
<value type="int" value="7"/>
<value type="int" value="8"/>
<value type="int" value="9"/>
<value type="int" value="10"/>
<value type="int" value="11"/>
</property>
<property name="icon-size" type="uint" value="0"/>
<property name="length" type="uint" value="100"/>
<property name="length-adjust" type="bool" value="false"/>
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="applicationsmenu">
<property name="button-icon" type="string" value="xfce4-menu"/>
<property name="button-title" type="string" value=""/>
<property name="show-generic-names" type="bool" value="false"/>
</property>
<property name="plugin-2" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="xfce4-appfinder.desktop"/>
</property>
</property>
<property name="plugin-3" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="exo-file-manager.desktop"/>
</property>
</property>
<property name="plugin-4" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="exo-terminal-emulator.desktop"/>
</property>
</property>
<property name="plugin-5" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="exo-web-browser.desktop"/>
</property>
</property>
<property name="plugin-6" type="string" value="tasklist"/>
<property name="plugin-7" type="string" value="separator">
<property name="expand" type="bool" value="true"/>
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-8" type="string" value="pulseaudio">
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
</property>
<property name="plugin-9" type="string" value="clock">
<property name="mode" type="uint" value="2"/>
<property name="tooltip-format" type="string" value="%A %d %B %Y"/>
<property name="digital-format" type="string" value="%I:%M %p %Z"/>
</property>
<property name="plugin-10" type="string" value="notification-plugin"/>
<property name="plugin-11" type="string" value="showdesktop"/>
</property>
</channel>
@simonLeary42
Copy link
Author

simonLeary42 commented Dec 19, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment