https://github.com/aswinpajayan/conky-configs
configurations for my conky theme for desktop
https://github.com/aswinpajayan/conky-configs
conky-configs conky-theme conkyrc jarvis
Last synced: over 1 year ago
JSON representation
configurations for my conky theme for desktop
- Host: GitHub
- URL: https://github.com/aswinpajayan/conky-configs
- Owner: aswinpajayan
- Created: 2019-07-15T07:14:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T06:54:47.000Z (over 6 years ago)
- Last Synced: 2025-01-17T11:13:32.495Z (over 1 year ago)
- Topics: conky-configs, conky-theme, conkyrc, jarvis
- Language: Lua
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conky-configs
configurations for my conky theme for desktop

## Installations
sudo apt-get install conky-all
## bringing up conky monitors
each of the conkyrc files have seperate uses
.conkyrc.lua - draws system information on top_left corner
.conkyrc_jarvis.lua - draws CPU and ram information over jarvis in background
it requires jarvis.lua to work. (jarvis.lua is called from .conkyrc_jarvis.lua check lua_load variable and correct the path)
.conkyrc_clock.lua -draws clock in right top
requires clock_handles.lua to work (check lua_load variable in .conkyrc_clock.lua) and correct the path
```
conky -d -c .conkyrc.lua
conky -d -c .conkyrc_jarvis.lua
conky -d -c .conkyrc_clock.lua
```
-d switch force conky to run as a background process
To kill all the conky processes. use
```
killall conky
```
### dependencies
Font family used is Michroma you need to have this installed. Else you can edit .conkrc*.lua files to change the font
Dont forget to change the ethernet name for displaying Uplink downlink. Use
``` ip a ``` to find out the name of your network adapter . mine was enp3s0
This project is inspired from [conky-dashboard project](https://github.com/He4eT/conky-dashboard.git)
# System theme settings
Uses gnome-tweaks
Theme Telinkrin-Buttons-Left
Cursor DMZ-Black
Icons Tela
`Dash to Panel` extension for changing the position of dash
Desktop show Icons set to off in gnome-tweaks