greybird-gtk-theme: upgrade to jammy version and fix panel toggles too wide

This commit is contained in:
Ruben Rodriguez 2022-08-12 15:12:58 -04:00
parent f39bc7f94b
commit 5c2ae603d7

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # 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 # 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 # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # 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' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe'
. ./config . ./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/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 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 # lxde panel
cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc