From 5c2ae603d7fcc74eb1d5a48a70dace58914903cc Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 12 Aug 2022 15:12:58 -0400
Subject: [PATCH] greybird-gtk-theme: upgrade to jammy version and fix panel
 toggles too wide

---
 helpers/make-greybird-gtk-theme | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/helpers/make-greybird-gtk-theme b/helpers/make-greybird-gtk-theme
index c45c5438..22c31c38 100644
--- a/helpers/make-greybird-gtk-theme
+++ b/helpers/make-greybird-gtk-theme
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2021  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2021,2022  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-VERSION=8
+VERSION=9
 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
 
 . ./config
@@ -104,6 +104,9 @@ sed '/Paned/,/^$/s/background-image.*//' -i light/gtk-3.0/_common.scss
 sed '/Paned/,/^$/s/background-size.*//' -i light/gtk-3.0/_common.scss
 sed '/Paned/,/^}$/s/image($backdrop_borders_color)/image($bg_color)/' -i light/gtk-3.0/_common.scss
 
+# fix panel toggles too wide
+sed '/min-width: 44px/d' -i light/gtk-3.0/_others.scss dark/gtk-3.0/_others.scss
+
 # lxde panel
 cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc
 
-- 
GitLab