A .conkyrc file optimized for Pinephone use.
Go to file
buckE b373650992
oops
2020-12-14 09:43:06 +00:00
.conkyrc oops 2020-12-14 09:43:06 +00:00
LICENSE Initial commit 2020-12-14 08:15:03 +00:00
README.md oops 2020-12-14 09:43:06 +00:00

README.md

conkyrc-pinephone

A .conkyrc config file optimized for Pinephone use of conky (https://github.com/brndnmtthws/conky)

Installation

Install conky

On mobian, you can install conky with

sudo apt install conky

You do not need the conky-all package for this config file but I think you will need lm-sensors.

Install the .conkyrc file

Simply copy .conkyrc to /home/mobian. If you are transferring via USB cable, you may end up transferring as root user, so then you would need to issue:

chown mobian:mobian /home/mobian/.conkyrc

You will be asked for your password.

Usage

When conky is run under mobian user, it will read the /home/mobian/.conkyrc file automatically. Nothing else needs to be done.

Enhancement

To autostart, I just stuck these lines in ~/.profile

# Autostart conky
conky &

Issues

  • This does not look good with horizontal layout. Note that the config could be changed for this situation, but I don't know if any way to make conky actually responsive to rotation. Also I have not looked.

  • I don't know the correct name of the wireless interface on the pinephone. I'll update it when I know. Or you could tell me.