diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-01-29 23:18:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-01-29 23:18:53 -0300 |
commit | dbb364c135ab77619068a157aeee6984c0e73111 (patch) | |
tree | b9d1e0a8f9d42bd08f13f56d260aa14d2f9efb12 | |
parent | 8c361bda740a464cf166d42c4f8dddabc29aadd1 (diff) | |
download | conky-dbb364c135ab77619068a157aeee6984c0e73111.tar.gz conky-dbb364c135ab77619068a157aeee6984c0e73111.tar.bz2 |
Use nice and ionice to exec status script
-rw-r--r-- | conky.dot.link/status/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conky.dot.link/status/conkyrc b/conky.dot.link/status/conkyrc index 96da672..de91ecd 100644 --- a/conky.dot.link/status/conkyrc +++ b/conky.dot.link/status/conkyrc @@ -45,5 +45,5 @@ conky.config = { }; conky.text = [[ -${exec ~/apps/scripts/status } +${exec nice -n 19 ionice -c 3 ~/apps/scripts/status } ]]; |