Skip to content
Snippets Groups Projects
Commit 35f7dc45 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

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

parent a17bd072
No related branches found
No related tags found
No related merge requests found
#!/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,8 +16,8 @@
# 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
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
VERSION=9
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu jammy 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment