aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPim van den Berg2014-05-12 21:45:35 +0200
committerPim van den Berg2014-05-12 21:45:35 +0200
commita70a73a78f231e5a93bc8526478ca0d24b40ce6e (patch)
tree28ec476bc948efa8d0c7f5fb7f8484559e1cc3f1 /plugin
parentgraph.php: use JSON plugins instead of including PHP plugin files (diff)
downloadapt-panopticon_cgp-a70a73a78f231e5a93bc8526478ca0d24b40ce6e.zip
apt-panopticon_cgp-a70a73a78f231e5a93bc8526478ca0d24b40ce6e.tar.gz
apt-panopticon_cgp-a70a73a78f231e5a93bc8526478ca0d24b40ce6e.tar.bz2
apt-panopticon_cgp-a70a73a78f231e5a93bc8526478ca0d24b40ce6e.tar.xz
plugin/processes: add wait, idle
Closes: https://github.com/pommi/CGP/issues/69
Diffstat (limited to 'plugin')
-rw-r--r--plugin/processes.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/processes.json b/plugin/processes.json
index 9ffca72..d97d6af 100644
--- a/plugin/processes.json
+++ b/plugin/processes.json
@@ -20,6 +20,14 @@
20 "name": "Sleeping", 20 "name": "Sleeping",
21 "color": "0000ff" 21 "color": "0000ff"
22 }, 22 },
23 "wait": {
24 "name": "Wait",
25 "color": "ffdd00"
26 },
27 "idle": {
28 "name": "Idle",
29 "color": "00d8ff"
30 },
23 "stopped": { 31 "stopped": {
24 "name": "Stopped", 32 "name": "Stopped",
25 "color": "a000a0" 33 "color": "a000a0"