Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/egel/conky-themes
- Owner: egel
- Created: 2014-07-26T04:45:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T21:35:38.000Z (over 10 years ago)
- Last Synced: 2024-10-12T21:42:24.612Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```