From f9af0e399e28cacf5f6ce36f4d1916c11eff0754 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 6 Jul 2011 17:50:14 +0200 Subject: [PATCH] migrate-config: include the old bar color line in new config (Thanks cloud) --- i3-migrate-config-to-v4.pl | 1 + 1 file changed, 1 insertion(+) 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; }