Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moe-sushi/conkyrc

Config file of conky.
https://github.com/moe-sushi/conkyrc

conky conky-config conkyrc

Last synced: 11 days ago
JSON representation

Config file of conky.

Awesome Lists containing this project

README

        

### Thanks:
[auroot/conkyrc](https://gitee.com/auroot/conkyrc)
### Screenshot:
![](https://github.com/Moe-sushi/conkyrc/raw/main/screenshot.jpg)
### Installation:
You should install conky with lua support(conky-all in Debian,conky-lua in Archlinux) first.
Then:
```
git clone https://github.com/Moe-sushi/conkyrc
cd conkyrc
```
If you are using KDE:
```sh
cp kde/conkyrc ~/.conkyrc
```
If you are using Xfce4
```sh
cp xfce4/conkyrc ~/.conkyrc
```
For other desktop environments,please test it yourself.
Finally:
If your cpu has 4 cores:
```
cp 4cpus/clock.lua ~/.clock.lua
```
If your cpu has 8 cores:
```
cp 8cpus/clock.lua ~/.clock.lua
```
If your cpu has 12 cores:
```
cp 12cpus/clock.lua ~/.clock.lua
```
If your cpu has 6 cores:
Write it yourself please. I've wrote 12cpus myself.