From: Michael Stapelberg Date: Wed, 6 Jul 2011 15:50:14 +0000 (+0200) Subject: migrate-config: include the old bar color line in new config (Thanks cloud) X-Git-Tag: tree-pr4~68 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9af0e399e28cacf5f6ce36f4d1916c11eff0754;p=i3%2Fi3 migrate-config: include the old bar color line in new config (Thanks cloud) --- diff --git a/i3-migrate-config-to-v4.pl b/i3-migrate-config-to-v4.pl index ecffa8d3..7dc4e27e 100755 --- a/i3-migrate-config-to-v4.pl +++ b/i3-migrate-config-to-v4.pl @@ -129,6 +129,7 @@ for my $line (@lines) { # bar colors are obsolete, need to be configured in i3bar if ($statement =~ /^bar\./) { print "# XXX: REMOVED $statement, configure i3bar instead.\n"; + print "# Old line: $line\n"; next; }