From bc7f81b675ac70721ceb08390ea6b65cd61013da Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Tue, 15 Apr 2025 17:49:12 -0500 Subject: [PATCH] reduce size of tasklist icons for Xfce 4.20 --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index da3e10b..97ba7d0 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -65,6 +65,10 @@ If it still doesn't work for you, you can look up your tasklist's ID in xfce4-pa margin-left:-8px; } +/* Hack to decrease icon sizes for items in the tasklist. + Icon size increased with Xfce 4.20 so this hack is trying to match the look in 4.18 */ +.tasklist button box image { -gtk-icon-transform: scale(0.8); } + /* Hack to add border to systray, all of the internal and some of the external plugins WARNING: This hack assumes your systray and plugin icons are laid out in the following order: systray to the left, stylable plugin icons in the middle, clock plugin on the right.