config_files/conky/conkyrc_time

31 lines
615 B
Text
Raw Normal View History

2013-09-13 15:18:45 +02:00
background no
use_xft yes
xftfont Helvetica:size=60
xftalpha 0.9
2014-12-02 16:43:10 +01:00
update_interval 30
2013-09-13 15:18:45 +02:00
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager
double_buffer yes
2014-12-02 16:43:10 +01:00
minimum_size 100
2013-09-13 15:18:45 +02:00
maximum_width 250
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color 808080
default_shade_color 101319
default_outline_color green
alignment top_left
gap_x 15
2014-12-02 16:43:10 +01:00
gap_y 50
2013-09-13 15:18:45 +02:00
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
TEXT
2014-12-02 16:43:10 +01:00
${color ffffff}${time %H}:${color ffffff}${time %M}
2013-09-13 15:18:45 +02:00
# vim:set ft=conkyrc: