diff options
Diffstat (limited to 'base/conkyrc')
-rw-r--r-- | base/conkyrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/conkyrc b/base/conkyrc new file mode 100644 index 0000000..1bac737 --- /dev/null +++ b/base/conkyrc @@ -0,0 +1,21 @@ +out_to_x no +own_window no +out_to_console yes +background no +max_text_width 0 +use_spacer left + +update_interval 1.0 +cpu_avg_samples 2 +net_avg_samples 2 + +TEXT +${if_xmms2_connected}${xmms2_title} - ${xmms2_artist} | ${endif}\ +✉ ${new_mails $HOME/.maildir/INBOX/}/${mails $HOME/.maildir/INBOX} | \ +/home ${fs_free /home} | \ +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)}'|head -n 1} | \ +${time %a %d %b %Y} ${time %H:%M:%S} |