conky.config = {
    double_buffer = true,
    own_window = true,
    own_window_transparent = true,
    own_window_type = 'normal',
    own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
    use_xft = true,
    font = 'monospace',
    alignment = 'top_right',
    gap_x = 30,
    minimum_width = 400,
    update_interval = 2.0,
    color0 = '#aaaaaa',
    color1 = '#d0c855',
    color2 = '#800000'
};

conky.text = [[
${time %F (%A)} ${alignr}${time %R (%z)}
KW: ${time %V}${alignc}Quartal: ${exec /home/lars/bin/quartal.py}${alignr}Tag: ${time %j}

Energie ${hr}
Batterie: ${if_match ${battery_percent}<=15}${color red}${battery}${color}${else}${if_match ${battery_percent}<=30}${color gold}${battery}${else}${if_match ${battery_percent}>30}${color green}${battery}${endif}${endif}${endif}${color}, (${battery_time})
Temperatur: ${acpitemp}°C

Termine ${hr}
${execi 120 ~/bin/showapts}

Aufgaben ${hr} ${execi 1 task conky}
]];
