migrate-config: include the old bar color line in new config (Thanks cloud)
This commit is contained in:
parent
a2f297bd39
commit
f9af0e399e
|
@ -129,6 +129,7 @@ for my $line (@lines) {
|
||||||
# bar colors are obsolete, need to be configured in i3bar
|
# bar colors are obsolete, need to be configured in i3bar
|
||||||
if ($statement =~ /^bar\./) {
|
if ($statement =~ /^bar\./) {
|
||||||
print "# XXX: REMOVED $statement, configure i3bar instead.\n";
|
print "# XXX: REMOVED $statement, configure i3bar instead.\n";
|
||||||
|
print "# Old line: $line\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue