diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-01-28 15:43:18 -0800 |
---|---|---|
committer | Jesse Morgan <morganjm@amazon.com> | 2013-01-28 15:43:18 -0800 |
commit | 2cff93988c77fa5027f02257fab0e86bc52f3d79 (patch) | |
tree | 5151647ec3f7af0f7126063969bde071cb068455 | |
parent | d6405cf13ef542e4971582a3ee82cec10e7439e2 (diff) |
Adding 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..f085e8c --- /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)}'}% | \ +${time %a %d %b %Y} ${time %H:%M:%S} |