https://github.com/romelperez/conky-command
A geek conky for netbook desktop (1024-600px)
https://github.com/romelperez/conky-command
conky desktop-background linux sensors widget
Last synced: about 2 months ago
JSON representation
A geek conky for netbook desktop (1024-600px)
- Host: GitHub
- URL: https://github.com/romelperez/conky-command
- Owner: romelperez
- License: apache-2.0
- Created: 2013-08-07T18:17:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T02:21:28.000Z (over 10 years ago)
- Last Synced: 2025-07-31T15:37:32.651Z (11 months ago)
- Topics: conky, desktop-background, linux, sensors, widget
- Language: Lua
- Homepage:
- Size: 1.27 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conky Command Desktop
A conky command center for netbook desktop. It has science fiction design for black
desktop environments. It should be used in netbooks or displays of 1024x600 pixels.

First, install conky or any conky manager. After, you will need to install the fonts
in the `fonts` folder and change the wallpaper. To use the temperature sensors, you
need to install `lm-sensors` typing the next:
```bash
sudo apt-get install lm-sensors
```
And detect what sensors are in your hardware with the following:
```bash
sudo sensors-detect
```
After that, with two detected devices sensors, you need to change the lines in the
files `/conky/temperature1.sh` and `/conky/temperature2.sh` to show correctly in
conky which it should show. The `DEVICE1` and `DEVICE2` in the files should be
changed by the devices names shown when you execute the command `sensors` in the
terminal.
Its necessary to correct the paths into the file `/conky/conkyrc` and the file
`/conky/scripts.lua`.
## License
[Apache License v2](http://www.apache.org/licenses/)