diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-03-18 18:43:00 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-03-18 18:43:00 +0100 |
commit | 1c2a5c1027dff81e423573c6e0f638d683dd0d85 (patch) | |
tree | b5d1a7a9f36c29455abd001f3ed1487f5df664e1 /conkyrc | |
parent | a7fd62f8d80a5bb6c7994e63d0b4b58176f45c78 (diff) |
Add conkyrc
Diffstat (limited to 'conkyrc')
-rw-r--r-- | conkyrc | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +alignment top_middle +background yes +default_color white +use_xft yes +xftfont OpenLogos:size=7 +gap_y 2 +no_buffers yes +out_to_console no +out_to_stderr no +extra_newline no +own_window yes +own_window_class Conky +own_window_type override +own_window_transparent yes +format_human_readable yes +update_interval 1.0 +update_interval_on_battery 10.0 +double_buffer yes + +TEXT +${font OpenLogos:size=7} ${time %A, %d. %B %Y - %H:%M:%S } ${font OpenLogos:bold:size=7}Uptime:${font} ${uptime_short} ${font OpenLogos:bold:size=7}CPU1:${font} ${freq 1} mhz ${font OpenLogos:bold:size=7}Mem:${font} ${mem}/${memmax} ${font OpenLogos:bold:size=7}root:${font} ${fs_used_perc /}% ${font OpenLogos:bold:size=7}home:${font} ${fs_used_perc /home}% ${font OpenLogos:bold:size=7}var:${font} ${fs_used_perc /var}% ${font OpenLogos:bold:size=7}Battery:${font} ${battery_percent BAT0}% |