Files
dot-files/conky/conky/Conky-Sysinfo-conf
klein panic 2bcc806b8b first commit
2024-09-29 01:05:25 -04:00
..
2024-09-29 01:05:25 -04:00
2024-09-29 01:05:25 -04:00
2024-09-29 01:05:25 -04:00
2024-09-29 01:05:25 -04:00
2024-09-29 01:05:25 -04:00

Conky-Sysinfo-conf

my personal conky configs

With System infomation like cpu, gpu, ram, file systems, networking and system processes

Screenshot

Screenshot from 2023-08-17 21-38-08

Requires

Insure that you have installed

  • conky

  • Font Awesome

For Debian/Ubuntu

sudo apt update
sudo apt install fonts-font-awesome conky-all

For Arch

Use an AUR helper to install ttf-font-awesome conky-lua-nv

Installation

  • git clone the repository to ~/.conky or a directory you like

    • if ~/.conky doesn't exist then create it
    • Open terminal and type
mkdir -p ~/.conky
cd ~/.conky
git clone https://github.com/Im-shamo/Conky-Sysinfo-conf.git
cd ./Conky-Sysinfo-conf
  • Then edit the file conky_open.sh

    • edit line 5 of the script
# Change "$HOME/.conky" to where you git clone the repository
dir="$HOME/.conky"
  • chmod and execute conky_open.sh
sudo chmod +x ./conky_open.sh
./conky_open.sh
  • edit the networking section if network doesn`t work

    • run this command
nmcli dev status
  • get your network device. It will be like wlo1 or wlan0
    • go to conky_sysinfo.conf and change all the wlo1 to your device in that section