From 66caf2fadc84bbdc237d50c00259381710322263 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Fri, 12 Oct 2018 02:44:32 +0200 Subject: [PATCH] Small modifications --- README.md | 2 +- conky.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4eee9d..f924eed 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ In `conky.lua`, you have to set some values specific to your system: - *nbCPU* is your number of CPU/threads - *FSs* is a list of the filesystem mountpoints you want to monitor - - *l/w* adapter are the names of the different interfaces you want to + - *l/w adapter* are the names of the different interfaces you want to monitor - *ntop* is the number of processes you want to display in the top widget diff --git a/conky.lua b/conky.lua index 8813fd1..1b8e5d7 100644 --- a/conky.lua +++ b/conky.lua @@ -10,7 +10,7 @@ cur = 1 -- SETTINGS nbCPU = 4 FSs = {"/", "/var", "/home"} -ladapter = "eth0" -- eno1 +ladapter = "eth0" wadapter = "wlan0" ntop = 10 -- SETTINGS