Show trisquel layout on mate-tweak

This commit is contained in:
Ruben Rodriguez 2020-04-17 17:51:17 -04:00
parent 150b983c6c
commit b52e0f692c

View file

@ -1,6 +1,7 @@
#!/bin/sh
#
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# Copyright (C) 2020 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
@ -17,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=3
VERSION=4
. ./config
@ -34,6 +35,9 @@ sed '/config \/dev\/null/d' -i marco-compton
sed 's/-r 10 -o 0.225 -l -12 -t -12/-r 6 -o 0.6 -l -9 -t -9/' -i marco-compton
sed "s/_GTK_FRAME_EXTENTS@:c/argb \&\& ! window_type *= 'menu'/" -i marco-compton
# Add Trisquel to layout list
sed 's/fedora/trisquel/g; s/Fedora/Trisquel/' -i mate-tweak
changelog "Add Trisquel as panel layout option"
compile