add conky conf

This commit is contained in:
Christian Koptein 2020-09-14 23:32:39 +02:00
parent 0464202c0a
commit 4e1dec29fa
2 changed files with 70 additions and 1 deletions

View File

@ -1 +1 @@
Conky:

69
conky.conf Normal file
View File

@ -0,0 +1,69 @@
conky.config = {
background=true,
update_interval=1,
double_buffer=true,
no_buffers=true,
imlib_cache_size=10,
draw_shades=false,
draw_outline=false,
draw_borders=false,
xinerama_head = 4,
gap_x=40,
gap_y=150,
alignment="top_right",
minimum_height=300,
minimum_width=400,
own_window=true,
own_window_type="dock",
own_window_transparent=true,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_argb_visual=true,
own_window_argb_value=0,
use_xft=true,
xftalpha=1,
font="Droid Sans:size=10",
text_buffer_size=256,
override_utf8_locale=true,
default_color='FFFFFF',
color0='FFFFFF',
color1='FFFFFF',
}
conky.text = [[
\
\
\
\
${font Product Sans:weight=Bold:size=72}${color0}\
${time %H:%M }${font Product Sans:weight=Bold:size=32}${color0}${time %Z}
${voffset -30}
${font Product Sans:weight=Bold:size=32}${color0}\
${time %d %B, %Y}\
${voffset -5}
${font Product Sans:weight=Bold:size=26}${color0}\
CPU usage: ${cpu cpu0}%
${font Product Sans:weight=Bold:size=26}${color0}\
RAM usage: ${mem}\
\
\
\
\
\
\
\
\
]]