Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egel/conky-themes

My collection of conky themes.
https://github.com/egel/conky-themes

Last synced: 5 days ago
JSON representation

My collection of conky themes.

Awesome Lists containing this project

README

        

# Conky Themes

Multiple conky themes to be used in my dotfiles.

## Installation

Download the Git repository and its submodules:

```sh
$ git clone --recursive https://github.com/egel/conky-themes.git ~/.conky-themes
```

## How to use it

If you want to use the `conky_seamod` theme (for instance):

```sh
$ ln -sf ~/.conky-themes/conky_seamod/.conkyrc ~/.conkyrc
```

Then you can just launch conky:
```sh
$ conky -q&
```

You can also provide the path to a given `conkyrc` file:
```sh
$ conky -q -c ~/.conky-themes/conky_seamod/.conkyrc
```