diff options
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}" } ], |