You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1023 B
36 lines
1023 B
conky.config = { |
|
alignment = 'middle_middle', |
|
background = false, |
|
border_width = 0.5, |
|
cpu_avg_samples = 4, |
|
default_color = 'white', |
|
default_outline_color = 'grey', |
|
default_shade_color = 'black', |
|
draw_borders = true, |
|
draw_graph_borders = true, |
|
draw_outline = false, |
|
draw_shades = true, |
|
use_xft = true, |
|
font = 'DejaVu Sans Mono:size=10', |
|
gap_x = 5, |
|
gap_y = 50, |
|
minimum_height = 5, |
|
minimum_width = 5, |
|
net_avg_samples = 2, |
|
double_buffer = true, |
|
out_to_console = false, |
|
out_to_stderr = false, |
|
extra_newline = false, |
|
own_window = false, |
|
stippled_borders = 1, |
|
update_interval = 60, |
|
uppercase = false, |
|
use_spacer = 'none', |
|
show_graph_scale = false, |
|
show_graph_range = false |
|
} |
|
|
|
conky.text = [[ |
|
${font Latin Modern Mono Caps:size=80}${alignc}${exec date +"%I:%M"}${font Latin Modern Mono Caps:size=30}${exec date +"%P" | tr 'amp' 'AMP'} |
|
${font Latin Modern Mono Caps:size=20}${alignc}${exec date +"%b %d, %Y"} |
|
]]
|
|
|