24 lines
935 B
Markdown
24 lines
935 B
Markdown
# Conky-Manager2
|
|
|
|
## References
|
|
|
|
Most Current Github Repo [https://github.com/zcot/conky-manager2](https://github.com/zcot/conky-manager2).
|
|
Most Current Package [https://launchpad.net/~teejee2008/+archive/ubuntu/foss](https://launchpad.net/~teejee2008/+archive/ubuntu/foss).
|
|
|
|
## Setting up
|
|
|
|
```bash
|
|
sudo add-apt-repository ppa:teejee2008/foss
|
|
sudo apt update
|
|
sudo apt install conky-manager2
|
|
```
|
|
|
|
## Preferred Conky config
|
|
|
|
Ref: [https://www.opendesktop.org/p/1578329](https://www.opendesktop.org/p/1578329)
|
|
Ref: [https://bitbucket.org/dirn-typo/back-to-basic/src/master/](https://bitbucket.org/dirn-typo/back-to-basic/src/master/)
|
|
|
|
Modified: [https://git.groesz.org/wp/CheatSheets/raw/branch/master/conky/back-to-basic/back-to-basic.conf](https://git.groesz.org/wp/CheatSheets/raw/branch/master/conky/back-to-basic/back-to-basic.conf)
|
|
|
|
![Very basic and simple Conky config](/conky/back-to-basic/back-to-basic.conf.png "back-to-basic")
|