diff options
Diffstat (limited to 'base/conkyrc')
-rw-r--r-- | base/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/conkyrc b/base/conkyrc index f085e8c..1bac737 100644 --- a/base/conkyrc +++ b/base/conkyrc @@ -17,5 +17,5 @@ RAM ${memperc}% | \ BATT ${battery BAT0} | \ ${execi 300 weatherbar.sh} | \ ${loadavg 1} | \ -♪ ${exec pactl list sinks | awk '/Volume: 0:/ {print substr($3, 1, index($3, "%") - 1)}'}% | \ +♪ ${exec pactl list sinks | awk '/Volume: 0:/ {print substr($3, 1, index($3, "%") - 1)}'|head -n 1} | \ ${time %a %d %b %Y} ${time %H:%M:%S} |