Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moe-sushi/conkyrc
- Owner: Moe-sushi
- License: mpl-2.0
- Created: 2022-05-11T03:38:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T02:04:08.000Z (12 months ago)
- Last Synced: 2024-05-17T00:29:35.285Z (8 months ago)
- Topics: conky, conky-config, conkyrc
- Language: Lua
- Homepage:
- Size: 6.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.