Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vishnusanal/conky

My Conky config with MPD Album Art & Date, Day & Time
https://github.com/vishnusanal/conky

archlinux conky dotfiles

Last synced: 19 days ago
JSON representation

My Conky config with MPD Album Art & Date, Day & Time

Awesome Lists containing this project

README

        

# Conky

![SS](https://github.com/VishnuSanal/dotfiles/assets/50027064/0483b5b4-5fef-41b4-9cba-27ccc7cf798b?raw=true)

# Setting Up

```
curl 'https://raw.githubusercontent.com/VishnuSanal/Conky/main/install.sh' -o install.sh
chmod +x install.sh
./install.sh
```

Add this to autostart:

```
conky -c ~/.config/conky/conky_date_time.conf &
conky -c ~/.config/conky/conky_mpd.conf &
```

# Credits

- Background by [Jonatan Pie](https://unsplash.com/@r3dmax?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) from [Unsplash](https://unsplash.com/photos/3l3RwQdHRHg?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
- [Emmeran Richard](https://www.behance.net/emmeranrichard) for [Anurati Font](https://www.behance.net/gallery/33704618/ANURATI-Free-Font)
- [Andrew Paglinawan](https://fonts.google.com/?query=Andrew+Paglinawan) for [Quicksand Font](https://fonts.google.com/specimen/Quicksand)
- [VipinVIP](https://github.com/VipinVIP/) for Conky [config](https://github.com/VipinVIP/my-conky)