Simple-Mess Conky (scrot, raw, dl)
fikriomar16 Jun 15, 2017 (info/conky)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | conky.config = {
-------------------------------------
-- Generic Settings
-------------------------------------
background=true,
update_interval=1,
double_buffer=true,
no_buffers=true,
imlib_cache_size=10,
draw_shades=false,
draw_outline=false,
draw_borders=false,
use_xft = true,
font = 'Abel:size=11',
total_run_times = 0,
mpd_port = 6600,
default_bar_size = 20,20,
-------------------------------------
-- Window Specifications
-------------------------------------
gap_x=10,
gap_y=150,
minimum_height=200,
minimum_width=200,
alignment = 'top_left',
own_window=true,
own_window_type="normal",
own_window_transparent=true,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_class = 'Conky',
own_window_argb_visual=false,
own_window_argb_value=0,
double_buffer = true,
draw_shades = false,
default_shade_color = '#000000',
draw_borders = false,
border_width = 0,
-------------------------------------
-- Text Settings
-------------------------------------
use_xft=true,
xftalpha=1,
font="Droid Sans:size=10",
text_buffer_size=256,
override_utf8_locale=true,
draw_graph_borders = false,
draw_outline = false,
default_outline_color = '#828282',
no_buffers = true,
uppercase = false,
cpu_avg_samples = 4,
pad_percents = 2,
-------------------------------------
-- Color Scheme
-------------------------------------
default_color="ffffff",
color0="59b0b2",
color1="ffffff",
color2="a8adb5",
-------------------------------------
-- Locale (e.g. "es_ES.UTF-8")
-- Leave empty for default
-------------------------------------
template9=""
}
-------------------------------------
-------------------------------------
conky.text = [[
\
\
# Here is code I have taken from Jelly Conky from zagortenay333
\
\
\
\
${font Abel :size=64}${color0}\
${time %H}\
\
\
\
\
${font Abel :size=52}${color1}:\
\
\
\
\
${font Abel :size=40}${color1}\
${time %M}${font}${color}
\
\
\
\
${font Abel :size=12}${color1} ${voffset 12}${execi 300 LANG=${template9} LC_TIME=${template9} date +"%A"},${color}\
${font Abel :size=20}${color0} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%d"}${color}\
${font Abel :size=12}${color1} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%B"}${font}${color}
\
\
\
\
\
# Here is end of code I have taken from Jelly Conky from zagortenay333
\
${color2}
${alignc}S Y S T E M I N F O
${hr}
# Here is code I have taken from BARS Conky Vertical by Kestrel8891
$alignr${color1}${font Abel:pixelsize=12}${cpu cpu0} % CPU${font}
${color0}${cpubar cpu0}
$alignr${color1}${font Abel:pixelsize=12}${voffset 12}${mem} / ${memperc} % RAM${font}
${color0}${membar}
$alignr${color1}${font Abel:pixelsize=12}${voffset 12}${fs_free /} / ${fs_free_perc /} % HDD${font}
${color0}${fs_bar /}
#$alignr${color1}${font Abel:pixelsize=10}${voffset 10}${kernel} ${machine}${font}
$alignr${color1}${font Abel:pixelsize=12}${voffset 10}${uptime} UPTIME${font}
# Here is end of code I have taken from BARS Conky Vertical by Kestrel8891
# And now classic conky
# ${color0}Host:$alignr${color1}$nodename
# ${color0}Uptime:$alignr${color1}$uptime
# ${color0}RAM:$alignr${color1}$mem/$memmax
# ${color0}Swap usage:$alignr${color1}$swap/$swapmax
# ${color0}Disk usage:$alignr${color1}${fs_used /}/${fs_size /}
# ${color0}CPU usage:$alignr${color1}${cpu cpu0}%
# Here is code I have taken from Workspace Indicator by from aresgon
${goto 70}${font Droid Sans :size=25}${if_match ${desktop}==1}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==2}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==3}${color0}${endif}•${color1}${offset 10}
# Here is end of code I have taken from Workspace Indicator by from aresgon
]]
|
x