SnowballTheLev / MinimalistConky

MinimalistConky is a lightweight, simple and minimalistic conky configuration that provides system information and task monitoring on your Xfce desktop. It features clean and simple design, and easy setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinimalistConky Configuration

MinimalistConky Screenshot-1 MinimalistConky Screenshot-2

MinimalistConky is a lightweight, simple and minimalistic conky configuration that provides system information and task monitoring on your Xfce desktop. It features clean and simple design, and easy setup.

Features

  • Display system information like neofetch.
  • Monitor CPU usage, memory usage, and disk usage, running tasks and their resource utilization like Minimalis Conky 2.
  • Customizable appearance with simple and minimalist design.
  • Included .desktop file for easy access and a shell script to start conky.

Preview

MinimalistConky 'sysinfo' Preview MinimalistConky 'taskmgr' Preview

Prerequisites

Installation

  1. Clone this repository to your desired location and move its contents to $HOME/.config/conky:
git clone https://github.com/SnowballTheLev/MinimalistConky.git
mv /path/to/MinimalistConky/* $HOME/.config/conky/
cd $HOME/.config/conky/
  1. Make the shell script executable:
chmod +x start-conky
  1. Customize the configuration files sysinfo-conky.conf and taskmgr-conky.conf according to your preferences. Add included ConkySymbols.ttf to $HOME/.local/share/fonts for Icon.
  2. Run conky using the provided shell script:
./start-conky

Customization

Open and edit the sysinfo-conky.conf and taskmgr-conky.conf files to modify the displayed information and tweak the appearance. You can change fonts, colors, and positions to match your desktop theme.

Usage

  • Move the included .desktop file to $HOME/.config/autostart to start MinimalistConky on login.
  • Alternatively, you can run the start-conky script from the terminal.

Credits

This project is inspired by the neofetch and Minimalis Conky 2.

Icon : ConkySymbols (form Minimalis Conky 2)

License

This project is licensed under the GNU General Public License.

About

MinimalistConky is a lightweight, simple and minimalistic conky configuration that provides system information and task monitoring on your Xfce desktop. It features clean and simple design, and easy setup.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%