https://github.com/rollecode/conky-settings
My settings for conky https://github.com/brndnmtthws/conky
https://github.com/rollecode/conky-settings
Last synced: 27 days ago
JSON representation
My settings for conky https://github.com/brndnmtthws/conky
- Host: GitHub
- URL: https://github.com/rollecode/conky-settings
- Owner: rollecode
- Created: 2024-12-21T12:09:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-03T16:46:56.000Z (10 months ago)
- Last Synced: 2026-05-02T13:33:28.719Z (28 days ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conky settings
My opinionated conky settings.

## Features
- Top 50 processes
- The amount of Better Stack incidents
- Disk usage for remote server
- Now playing song from Last.fm
- Today's tasks from Todoist
- NextDNS status
- Amount of trackers blocked today
- Network speed
- Network latency
- CPU usage
- RAM usage
- Swap usage
- IRC lastlog
## Getting started
Install [conky](https://github.com/brndnmtthws/conky).
```bash
sudo apt update
sudo apt install conky-all
```
Clone this repository to `$HOME/.config/conky`.
```bash
git clone https://github.com/ronilaukkarinen/conky-settings.git ~/.config/conky
sudo chmod +x $HOME/.config/conky/top-processes.sh
sudo chmod +x $HOME/.config/conky/top-processes-ram.sh
sudo chmod +x $HOME/.config/conky/betterstack-incidents.sh
sudo chmod +x $HOME/.config/conky/disk-quota-remote.sh
sudo chmod +x $HOME/.config/conky/lastfm.sh
sudo chmod +x $HOME/.config/conky/todoist.sh
sudo chmod +x $HOME/.config/conky/network-latency.sh
sudo chmod +x $HOME/.config/conky/network-speed.sh
sudo chmod +x $HOME/.config/conky/dns-latency.sh
sudo chmod +x $HOME/.config/conky/irc-lastlog.sh
sudo chmod +x $HOME/.config/conky/temperatures.sh
```
Update .env file with your credentials and edit conky.conf to your liking.
## Conky
```bash
conky -c ~/.config/conky/conky.conf
```