typo fix
This commit is contained in:
parent
6c745e3138
commit
6da1698762
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue