1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
conky/extras/vim
Stephane Fontaine 587631a15b Add native support for pulseaudio. (#283)
* Add native support for pulseaudio.

This adds ability to get Pulseaudio current volume without calling an
external program. Also it provides a few other parameters like card's
current profile similarly to pavucontrol. Currently it only queries the
default sink (and associated card).

* Switch to pulse async API.

This us by far the most efficient as conky subscribe to a few pulseaudio
notifications. Whenever pulseaudio server changes (volume or default
sink or default card), conky's callback updates the results.
2016-06-24 07:17:20 -07:00
..
ftdetect Removing old svn keywords. 2008-12-09 16:35:49 -07:00
syntax Add native support for pulseaudio. (#283) 2016-06-24 07:17:20 -07:00
README rename dir 2006-11-09 19:54:17 +00:00

Vim filetype detection and syntax highlighting scripts for conky.

Individual users can place them your personal .vim directory:

~/.vim/ftdetect/conkyrc.vim
~/.vim/syntax/conkyrc.vim

Refer to your vim site documentation for system-wide installation.