Remove 1px borders from Everforest GTK theme (hack)
This commit is contained in:
parent
e17bf359fe
commit
06a9960ed0
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
mkdir -p $out/share/themes
|
mkdir -p $out/share/themes
|
||||||
|
|
||||||
|
for f in `find source/themes -name "*.css"`; do
|
||||||
|
grep -v '^ border: 1px ' $f > tmp
|
||||||
|
mv tmp $f
|
||||||
|
done
|
||||||
|
|
||||||
cp -a source/themes/* $out/share/themes
|
cp -a source/themes/* $out/share/themes
|
||||||
|
|
||||||
jdupes -L -r $out/share
|
jdupes -L -r $out/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue