migrate-config: include the old bar color line in new config (Thanks cloud)

next
Michael Stapelberg 2011-07-06 17:50:14 +02:00
parent a2f297bd39
commit f9af0e399e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}