add some garbage

This commit is contained in:
tTh
2024-02-06 17:03:00 +01:00
parent ca899f5e90
commit ab23dc9897
14 changed files with 127 additions and 51 deletions

View File

@@ -21,11 +21,11 @@ BEGIN {
color = "Cyan"
if (merged) {
if (age > 100) color = "Orange"
if (age > 150) color = "Orange"
else color = "Yellow"
}
else {
if (age > 100) color = "Black"
if (age > 150) color = "DarkGreen"
else color = "Aquamarine"
}
if (age < 18) color = "Gray40"