Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 844 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 844 Bytes

slate-conky

a simpel conky config!

install:

Debian/Ubuntu:

apt install conky

Arch:

pacman -S conky

Fedora:

dnf install conky

Setup

$ mkdir ~/.config/conky
$ mkdir ~/.fonts
$ cd ~/.config/conky
$ git clone https://github.com/TheDucky/slate-conky-theme.git
$ cp fonts/Roboto\ Mono\ Nerd\ Font\ Complete.ttf ~/.fonts
$ conky -c ~/.config/conky/slate-conky-theme/slate-conky.conf

Set conky as a startup application (automatically start on boot)

  • create a new file slate-conky.desktop in ~/.config/autostart/
[Desktop Entry]
Exec=conky -c /home/$USER/config/conky/slate-conky-theme/slate-conky.conf
Name=slate-conky
Type=Application

slate-conky-showcase

special thinks to AguilarLagunasArturo!