diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-03-27 14:47:51 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-03-27 14:47:51 +0100 |
commit | cfb31fe08390d8543dfeb189c36f4072539a4171 (patch) | |
tree | d65938bfc61277bef5b0b5c0bc1ac80b2c13da78 /.i3/conkyrc-perl | |
parent | 21d444c37d352e42684fe849929a6f477ff99240 (diff) | |
download | dotfiles-cfb31fe08390d8543dfeb189c36f4072539a4171.tar.gz dotfiles-cfb31fe08390d8543dfeb189c36f4072539a4171.tar.xz |
i3-status: Remove commented threads/processes info
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3/conkyrc-perl')
-rw-r--r-- | .i3/conkyrc-perl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.i3/conkyrc-perl b/.i3/conkyrc-perl index 6d37f77..f38c580 100644 --- a/.i3/conkyrc-perl +++ b/.i3/conkyrc-perl @@ -53,7 +53,6 @@ FULLTEXT: SWAP ${swap}/${swapmax} (${swapperc}%) ${endif} FULLTEXT: ${loadavg} -# ${running_threads}/${processes} FULLTEXT: Up ${uptime} |