diff options
3 files changed, 21 insertions, 1 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index 8020bdd..c4c2ee2 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -35,5 +35,6 @@ <property name="show-removable" type="bool" value="false"/> </property> <property name="style" type="int" value="0"/> + <property name="icon-size" type="uint" value="32"/> </property> </channel> diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 3c9dd17..1c6f013 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -11,6 +11,9 @@ <property name="size" type="uint" value="30"/> <property name="plugin-ids" type="array"> <value type="int" value="1"/> + <value type="int" value="9"/> + <value type="int" value="11"/> + <value type="int" value="10"/> <value type="int" value="3"/> <value type="int" value="15"/> <value type="int" value="4"/> @@ -40,6 +43,7 @@ <value type="string" value="vlc"/> <value type="string" value="networkmanager applet"/> <value type="string" value="xfce4-power-manager"/> + <value type="string" value="chromium"/> </property> </property> <property name="plugin-7" type="string" value="battery"/> @@ -49,5 +53,20 @@ <property name="command" type="string" value="xfce4-mixer"/> <property name="enable-keyboard-shortcuts" type="bool" value="true"/> </property> + <property name="plugin-9" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="14300838021.desktop"/> + </property> + </property> + <property name="plugin-10" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="14300838934.desktop"/> + </property> + </property> + <property name="plugin-11" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="14300838713.desktop"/> + </property> + </property> </property> </channel> diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index c21a3b7..78fdc64 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -2,7 +2,7 @@ <channel name="xsettings" version="1.0"> <property name="Net" type="empty"> - <property name="ThemeName" type="string" value="Xfce"/> + <property name="ThemeName" type="string" value="Xfce-basic"/> <property name="IconThemeName" type="string" value="gnome"/> <property name="DoubleClickTime" type="int" value="250"/> <property name="DoubleClickDistance" type="int" value="5"/> |