From b52e0f692c36ddbdaf081026208f899c12d17dcb Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 17 Apr 2020 17:51:17 -0400 Subject: [PATCH] Show trisquel layout on mate-tweak --- helpers/make-mate-tweak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helpers/make-mate-tweak b/helpers/make-mate-tweak index e2886015..bf2f713d 100644 --- a/helpers/make-mate-tweak +++ b/helpers/make-mate-tweak @@ -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 -- GitLab