cosmostat has working drive health dashboard
This commit is contained in:
@ -261,6 +261,6 @@
|
||||
"Percent Full": "acpi -V | jc --acpi | jq '.[] | select(.type==\"Battery\") | .charge_percent'",
|
||||
"State": "acpi -V | jc --acpi | jq '.[] | select(.type==\"Battery\") | .state'"
|
||||
},
|
||||
"precheck": "acpi | grep Battery | wc -l"
|
||||
"precheck": "acpi | grep Battery | grep -v unavailable | wc -l"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user