Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vishnusanal/conky
- Owner: VishnuSanal
- License: unlicense
- Created: 2023-08-12T18:26:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T17:44:46.000Z (over 1 year ago)
- Last Synced: 2024-11-16T01:54:45.125Z (3 months ago)
- Topics: archlinux, conky, dotfiles
- Language: Shell
- Homepage: https://www.reddit.com/r/unixporn/comments/146way0/bspwm_conky_with_mpd_album_art/
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)