diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
commit | 61eae6bd30933f1273739079174133e9046b1bf1 (patch) | |
tree | f120432316668f40de7b5f5cf3ab7dfc3865655b /base/conkyrc-json | |
parent | 3b1a85ab69f647f20a83ae60ec2c5311de2be3c6 (diff) |
Adding pathogen, syntatic, and other changes.
Diffstat (limited to 'base/conkyrc-json')
-rw-r--r-- | base/conkyrc-json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/conkyrc-json b/base/conkyrc-json index e164a10..5ef86e5 100644 --- a/base/conkyrc-json +++ b/base/conkyrc-json @@ -34,7 +34,7 @@ ${endif} { "full_text":"♪ ${exec pactl list sinks | awk '/Volume: 0:/ {print substr($3, 1, index($3, "%") - 1)}'|head -n 1}" }, -{ "full_text":"${time %a %d %b %Y} ${time %H:%M:%S}", +{ "full_text":"${time %a %d %b %Y} ${time %H:%M:%S} ${utime %H:%M}", "short_text":"${time %H:%M:%S}" } ], |