Add simple portage status module.

This adds a simple module to display the status of Gentoo portage
operations by reading its logfile.
This commit is contained in:
Andrew Reisner 2020-07-12 10:52:05 -06:00
parent 5ea2708f45
commit 0785202860
No known key found for this signature in database
GPG key ID: 24A156D9206E5593
2 changed files with 68 additions and 0 deletions

View file

@ -35,6 +35,10 @@
"empty": { "prefix": "\uf0e0" },
"items": { "prefix": "\uf0e0" }
},
"portage_status": {
"idle": { "prefix": "" },
"active": { "prefix": "" }
},
"todo": {
"empty": { "prefix": "" },
"items": { "prefix": "" },