diff options
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..3c99b12 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,79 @@ +<?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="position" type="string" value="p=8;x=683;y=752"/> + <property name="length" type="uint" value="100"/> + <property name="position-locked" type="bool" value="true"/> + <property name="size" type="uint" value="24"/> + <property name="plugin-ids" type="array"> + <value type="int" value="1"/> + <value type="int" value="8"/> + <value type="int" value="3"/> + <value type="int" value="15"/> + <value type="int" value="4"/> + <value type="int" value="7"/> + <value type="int" value="6"/> + <value type="int" value="11"/> + <value type="int" value="5"/> + </property> + <property name="enter-opacity" type="uint" value="100"/> + <property name="leave-opacity" type="uint" value="100"/> + <property name="background-alpha" type="uint" value="57"/> + <property name="background-style" type="uint" value="0"/> + <property name="mode" type="uint" value="0"/> + <property name="background-color" type="array"> + <value type="uint" value="65535"/> + <value type="uint" value="65535"/> + <value type="uint" value="65535"/> + <value type="uint" value="65535"/> + </property> + <property name="nrows" type="uint" value="1"/> + </property> + </property> + <property name="plugins" type="empty"> + <property name="plugin-3" type="string" value="tasklist"/> + <property name="plugin-15" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-5" type="string" value="clock"> + <property name="mode" type="uint" value="2"/> + </property> + <property name="plugin-6" type="string" value="systray"> + <property name="names-visible" type="array"> + <value type="string" value="cutegram"/> + <value type="string" value="screenkey"/> + <value type="string" value="pamac-tray"/> + <value type="string" value="solaar"/> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="gpick"/> + <value type="string" value="panelprogram til netværkhåndtering"/> + <value type="string" value="telegram"/> + </property> + <property name="show-frame" type="bool" value="false"/> + </property> + <property name="plugin-8" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="14809329991.desktop"/> + </property> + </property> + <property name="plugin-11" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + </property> + <property name="plugin-1" type="string" value="applicationsmenu"> + <property name="button-icon" type="string" value="app-launcher"/> + <property name="show-button-title" type="bool" value="false"/> + </property> + <property name="plugin-4" type="string" value="directorymenu"> + <property name="base-directory" type="string" value="/home/julian/Dropbox/Skole"/> + </property> + <property name="plugin-7" type="string" value="pager"> + <property name="rows" type="uint" value="2"/> + <property name="miniature-view" type="bool" value="true"/> + </property> + </property> +</channel> |