Move panel action buttons position and force symbolic icons

This commit is contained in:
Daniel Ruiz de Alegría 2019-11-11 13:50:36 +01:00
parent a759d42508
commit 7194ec6609
4 changed files with 19 additions and 5 deletions

View File

@ -27,6 +27,7 @@
<value type="int" value="15"/> <value type="int" value="15"/>
<value type="int" value="16"/> <value type="int" value="16"/>
<value type="int" value="17"/> <value type="int" value="17"/>
<value type="int" value="18"/>
</property> </property>
</property> </property>
</property> </property>
@ -67,11 +68,8 @@
<property name="plugin-13" type="string" value="pulseaudio"/> <property name="plugin-13" type="string" value="pulseaudio"/>
<property name="plugin-14" type="string" value="notification-plugin"/> <property name="plugin-14" type="string" value="notification-plugin"/>
<property name="plugin-15" type="string" value="power-manager-plugin"/> <property name="plugin-15" type="string" value="power-manager-plugin"/>
<property name="plugin-16" type="string" value="separator"> <property name="plugin-16" type="string" value="separator"/>
<property name="style" type="uint" value="0"/> <property name="plugin-17" type="string" value="actions">
</property>
<property name="plugin-17" type="string" value="pager"/>
<property name="plugin-18" type="string" value="actions">
<property name="appearance" type="uint" value="0"/> <property name="appearance" type="uint" value="0"/>
<property name="items" type="array"> <property name="items" type="array">
<value type="string" value="+lock-screen"/> <value type="string" value="+lock-screen"/>
@ -88,5 +86,6 @@
<value type="string" value="-logout-dialog"/> <value type="string" value="-logout-dialog"/>
</property> </property>
</property> </property>
<property name="plugin-18" type="string" value="pager"/>
</property> </property>
</channel> </channel>

View File

@ -4849,6 +4849,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 4px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); }
/* XFCE4 workspace switcher */ /* XFCE4 workspace switcher */
wnck-pager { wnck-pager {
background-color: #3d4251; } background-color: #3d4251; }

View File

@ -4849,6 +4849,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 4px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); }
/* XFCE4 workspace switcher */ /* XFCE4 workspace switcher */
wnck-pager { wnck-pager {
background-color: #3d4251; } background-color: #3d4251; }

View File

@ -4870,6 +4870,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 4px 0 #2777ff;
background: #ffffff; } background: #ffffff; }
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); }
/* XFCE4 workspace switcher */ /* XFCE4 workspace switcher */
wnck-pager { wnck-pager {
background-color: white; } background-color: white; }