This commit is contained in:
Martinez 2015-04-07 02:03:41 +02:00
parent 6c745e3138
commit 6da1698762

View file

@ -300,8 +300,6 @@ void render_sysload(Output *output) {
uint bg, fg; uint bg, fg;
if (getloadavg(&load, 1) == 1) { if (getloadavg(&load, 1) == 1) {
load = 4.1;
if (load > 12) { if (load > 12) {
bg = 196; bg = 196;
fg = 15; fg = 15;