mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 09:08:25 +00:00
0ee5e9935a
The problem with the original commit was that some session-managers set stdin to /dev/null for the processes they launch, therefore the variable wasn't very effective. This commit change the variable conky_user_time to user_time. This variable has a mandatory argument, a console identifier (eg. tty7, pts/0, etc.). Once called, this will list how long the user for the given console has been logged in for. This commit also allows multiple user_time to be specified for different consoles, as well as correctly handle a conky restart.
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.