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:
parent
5ea2708f45
commit
0785202860
2 changed files with 68 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
"empty": { "prefix": "\uf0e0" },
|
||||
"items": { "prefix": "\uf0e0" }
|
||||
},
|
||||
"portage_status": {
|
||||
"idle": { "prefix": "" },
|
||||
"active": { "prefix": "" }
|
||||
},
|
||||
"todo": {
|
||||
"empty": { "prefix": "" },
|
||||
"items": { "prefix": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue