diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 4 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,6 @@ +- Use TraditionalOk theme from mate-themes instead of Adwaita +- Replace pnmixer with xfce4-pulseaudio-plugin + Version 4.120.6.2 - 2016-09-18 - Default background symlink changed from .jpg to .png diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 16cd24a..f368f01 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -21,6 +21,7 @@ <value type="int" value="9"/> <value type="int" value="10"/> <value type="int" value="11"/> + <value type="int" value="12"/> <value type="int" value="18"/> <value type="int" value="19"/> <value type="int" value="20"/> @@ -73,6 +74,9 @@ <property name="expand" type="bool" value="true"/> <property name="style" type="uint" value="0"/> </property> + <property name="plugin-12" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + </property> <property name="plugin-18" type="string" value="systray"> <property name="show-frame" type="bool" value="false"/> </property> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 1832a3a..71a8476 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -54,7 +54,7 @@ <property name="snap_to_border" type="bool" value="true"/> <property name="snap_to_windows" type="bool" value="false"/> <property name="snap_width" type="int" value="10"/> - <property name="theme" type="string" value="Default"/> + <property name="theme" type="string" value="TraditionalOk"/> <property name="tile_on_move" type="bool" value="true"/> <property name="title_alignment" type="string" value="left"/> <property name="title_font" type="string" value="Sans Bold 9"/> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index 416f9db..639de61 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -6,7 +6,7 @@ <?xml version="1.0" encoding="UTF-8"?> <channel name="xsettings" version="1.0"> <property name="Net" type="empty"> - <property name="ThemeName" type="string" value="Adwaita"/> + <property name="ThemeName" type="string" value="TraditionalOk"/> <property name="IconThemeName" type="string" value="Adwaita"/> <property name="DoubleClickTime" type="int" value="250"/> <property name="DoubleClickDistance" type="int" value="5"/> |