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

Show trisquel layout on mate-tweak

parent 150b983c
No related branches found
No related tags found
No related merge requests found
#!/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
......
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