diff --git a/config/gtk-3.0/gtk.css b/config/gtk-3.0/gtk.css index 18f442a8061b28b880cc20046b9f3d220101f4e2..3373a2a67bed8d7ecdc571bcd58564a665e8088c 100644 --- a/config/gtk-3.0/gtk.css +++ b/config/gtk-3.0/gtk.css @@ -2,3 +2,6 @@ -gtk-icon-transform: scale(.6); } +#xfce4-power-manager-plugin * { + -gtk-icon-transform: scale(.65); +} diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 766c743f3762c2b08f86247c32deb295fd26b409..dc0f852c503187d544cc13b6082e4e55f89e7ac7 100644 --- a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -19,6 +19,7 @@ <value type="int" value="6"/> <value type="int" value="7"/> <value type="int" value="8"/> + <value type="int" value="9"/> </property> <property name="autohide-behavior" type="uint" value="0"/> </property> @@ -50,8 +51,11 @@ <property name="plugin-6" type="string" value="pulseaudio"> <property name="enable-keyboard-shortcuts" type="bool" value="true"/> </property> - <property name="plugin-7" type="string" value="battery"/> - <property name="plugin-8" type="string" value="clock"> + <property name="plugin-7" type="string" value="power-manager-plugin"/> + <property name="plugin-8" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-9" type="string" value="clock"> <property name="digital-format" type="string" value="%_H:%M"/> </property> <property name="plugin-10" type="string" value="showdesktop"/> diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml index 7ee0ed81671a0c0f1e7b061b41664e68913df8a0..c46d9affa0d7d1150a40438025cef28dbec2b774 100644 --- a/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -4,5 +4,7 @@ <property name="xfce4-power-manager" type="empty"> <property name="brightness-switch-restore-on-exit" type="int" value="-1"/> <property name="brightness-switch" type="int" value="0"/> + <property name="show-tray-icon" type="bool" value="false"/> + <property name="show-panel-label" type="int" value="1"/> </property> </channel>