]> git.sur5r.net Git - i3/i3/commitdiff
migrate-config: include the old bar color line in new config (Thanks cloud)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 6 Jul 2011 15:50:14 +0000 (17:50 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 6 Jul 2011 15:50:14 +0000 (17:50 +0200)
i3-migrate-config-to-v4.pl

index ecffa8d3232d23dfeef6174d114b198cd476bc46..7dc4e27e4371039c9f06286980ea47980e3ddc95 100755 (executable)
@@ -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;
     }