Adding automatic installation of xfconf panel

This commit is contained in:
2023-09-01 13:13:59 +02:00
parent 9145916cc4
commit 25de8c520b
2 changed files with 142 additions and 0 deletions

View File

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0">
<property name="configver" type="empty"/>
<property name="panels" type="array">
<value type="int" value="2"/>
<property name="panel-1" type="empty">
<property name="position" type="empty"/>
<property name="length" type="empty"/>
<property name="position-locked" type="empty"/>
<property name="size" type="empty"/>
<property name="background-style" type="empty"/>
<property name="background-alpha" type="empty"/>
<property name="enter-opacity" type="empty"/>
<property name="leave-opacity" type="empty"/>
<property name="plugin-ids" type="empty"/>
</property>
<property name="panel-2" type="empty">
<property name="position" type="string" value="p=8;x=680;y=752"/>
<property name="size" type="uint" value="30"/>
<property name="length" type="uint" value="100"/>
<property name="position-locked" type="bool" value="true"/>
<property name="plugin-ids" type="array">
<value type="int" value="17"/>
<value type="int" value="18"/>
<value type="int" value="23"/>
<value type="int" value="40"/>
<value type="int" value="41"/>
<value type="int" value="42"/>
<value type="int" value="45"/>
<value type="int" value="43"/>
<value type="int" value="44"/>
<value type="int" value="47"/>
<value type="int" value="48"/>
<value type="int" value="50"/>
<value type="int" value="51"/>
<value type="int" value="30"/>
<value type="int" value="27"/>
<value type="int" value="49"/>
<value type="int" value="34"/>
<value type="int" value="25"/>
<value type="int" value="15"/>
</property>
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="empty"/>
<property name="plugin-2" type="empty"/>
<property name="plugin-3" type="empty">
<property name="items" type="array">
<value type="string" value="16934691176.desktop"/>
</property>
</property>
<property name="plugin-4" type="empty">
<property name="items" type="array">
<value type="string" value="16934691175.desktop"/>
</property>
</property>
<property name="plugin-5" type="empty">
<property name="items" type="array">
<value type="string" value="16934691177.desktop"/>
</property>
</property>
<property name="plugin-6" type="empty">
<property name="show-handle" type="empty"/>
<property name="middle-click" type="empty"/>
</property>
<property name="plugin-7" type="empty">
<property name="expand" type="empty"/>
<property name="style" type="empty"/>
</property>
<property name="plugin-8" type="empty">
<property name="names-visible" type="empty"/>
<property name="show-frame" type="empty"/>
</property>
<property name="plugin-9" type="empty"/>
<property name="plugin-10" type="empty"/>
<property name="plugin-11" type="empty"/>
<property name="plugin-12" type="empty">
<property name="enable-keyboard-shortcuts" type="empty"/>
<property name="enable-mpris" type="empty"/>
<property name="mixer-command" type="empty"/>
<property name="show-notifications" type="empty"/>
</property>
<property name="plugin-13" type="empty">
<property name="digital-format" type="empty"/>
</property>
<property name="plugin-14" type="empty"/>
<property name="plugin-15" type="string" value="showdesktop"/>
<property name="plugin-17" type="string" value="whiskermenu"/>
<property name="plugin-18" type="string" value="separator"/>
<property name="plugin-23" type="string" value="pager">
<property name="rows" type="uint" value="1"/>
</property>
<property name="plugin-25" type="string" value="datetime"/>
<property name="plugin-27" type="string" value="xkb"/>
<property name="plugin-30" type="string" value="notification-plugin"/>
<property name="plugin-34" type="string" value="pulseaudio">
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
</property>
<property name="plugin-40" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16934688181.desktop"/>
</property>
</property>
<property name="plugin-41" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16934688412.desktop"/>
</property>
</property>
<property name="plugin-42" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16934688823.desktop"/>
</property>
</property>
<property name="plugin-43" type="string" value="tasklist">
<property name="show-handle" type="bool" value="false"/>
<property name="flat-buttons" type="bool" value="false"/>
</property>
<property name="plugin-44" type="string" value="separator">
<property name="expand" type="bool" value="true"/>
<property name="style" type="uint" value="0"/>
</property>
<property name="plugin-45" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16935632561.desktop"/>
</property>
</property>
<property name="plugin-47" type="string" value="systray">
<property name="known-legacy-items" type="array">
<value type="string" value="mintupdate.py"/>
<value type="string" value="applet networkmanager"/>
<value type="string" value="tray.py"/>
</property>
</property>
<property name="plugin-48" type="string" value="xapp-status-plugin"/>
<property name="plugin-49" type="string" value="power-manager-plugin"/>
<property name="plugin-50" type="string" value="indicator"/>
<property name="plugin-51" type="string" value="statusnotifier"/>
</property>
</channel>

View File

@ -48,6 +48,7 @@ pkill xfconfd
rm -rf $HOME/.config/xfce4/panel/
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
ln -sf $(pwd)/config/xfce4/panel/ $HOME/.config/xfce4/
ln -sf $(pwd)/config/xfce4/xfconf/xfce4-panel.xml $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
xfce4-panel
echo "Configuration de timeshift"