fix colors, update battery

This commit is contained in:
koksnuss
2018-05-13 20:36:45 +02:00
parent cc2ae7c184
commit b1cb095df1
2 changed files with 11 additions and 12 deletions

2
ram
View File

@ -11,7 +11,7 @@ gawk '
printf("%.0f MB", mfm)
}
print("\n")
if (mfg > 20) {
if (mfg > 5) {
print("#04B431\n")
} else if (mfg > 4) {
print("#A8FF00\n")