Xfce & GTK3: Fix battery icon size in xfce4-panel

This commit is contained in:
Daniel Ruiz de Alegría
2021-03-17 11:48:19 +01:00
parent 710135dbaf
commit 3f942b1e88
4 changed files with 12 additions and 8 deletions
@@ -151,8 +151,9 @@ filechooser,
}
}
/* XFCE4 panel action buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
/* XFCE4 panel action & battery buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image,
#xfce4-power-manager-plugin > box > image {
-gtk-icon-style: symbolic;
-gtk-icon-transform: scale(.7);
}