]> git.sur5r.net Git - i3/i3/blobdiff - i3-migrate-config-to-v4.pl
migrate-config: include the old bar color line in new config (Thanks cloud)
[i3/i3] / 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;
     }