diff options
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}% |