소스 검색

Small modifications

master
Maxime Wack 5 년 전
부모
커밋
66caf2fadc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      README.md
  2. +1
    -1
      conky.lua

+ 1
- 1
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


+ 1
- 1
conky.lua 파일 보기

@@ -10,7 +10,7 @@ cur = 1
-- SETTINGS
nbCPU = 4
FSs = {"/", "/var", "/home"}
ladapter = "eth0" -- eno1
ladapter = "eth0"
wadapter = "wlan0"
ntop = 10
-- SETTINGS


불러오는 중...
취소
저장