Hello PackRat and Everyone

HOME/.conkyrcb
New syntax for active lines.
Please give to it your vsido icon image path, in the conky.text,
an example /usr/share/icons/yad.png does work in place of
This sample has an invented path to image /home/vsido/images/vis60; will be displayed 60x60.

HOME/.conkyrcb
New syntax for active lines.
Please give to it your vsido icon image path, in the conky.text,
an example /usr/share/icons/yad.png does work in place of
This sample has an invented path to image /home/vsido/images/vis60; will be displayed 60x60.
Code Select
conky.config = {
-- VSIDO Default b conky b
--# Begin Window Settings
--################################################
-- Create own window instead of using desktop (required in nautilus)
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
own_window_colour = 'gray',
own_window_class = 'conky',
own_window_title = 'VSIDO Conky b',
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
--# ARGB can be used for real transparency
--# NOTE that a composite manager is required for real transparency.
--# This option will not work as desired (in most cases) in conjunction with
--# own_window_type normal
own_window_argb_visual = true,
--# When ARGB visuals are enabled, this use this to modify the alpha value
--# Use: own_window_type normal
--# Use: own_window_transparent no
--# Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
-- own_window_argb_value 255
minimum_width = 160, minimum_height = 220,
maximum_width = 160,
gap_x = 40,
gap_y = 0,
alignment = 'middle_right',
--######################################### End Window Settings ###
--# Font Settings #################################################
-- Use Xft (anti-aliased font and stuff)
use_xft = true,
font = 'Monofont:bold:size=9',
-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha = 1,
-- Force UTF8? requires XFT ###
override_utf8_locale = true,
draw_shades = false,
default_shade_color = 'black',
draw_outline = false,
default_outline_color = 'black',
uppercase = false,
--########################################### End Font Settings ###
--# Color Settings #################################################
default_shade_color = 'gray',
default_outline_color = 'black',
default_color = 'DCDCDC', -- 220 220 220 Gainsboro
color0 = '8FBC8F', -- 143 188 143 DarkSeaGreen
color1 = '778899', -- 119 136 153 LightSlateGray
color2 = 'FF8C00', -- 255 140 0 DarkOrange
color3 = '7FFF00', -- 127 255 0 Chartreuse
color4 = 'FFA07A', -- 255 160 122 LightSalmon
color5 = 'FFDEAD', -- 255 222 173 NavajoWhite
color6 = '00BFFF', -- 0 191 255 DeepSkyBlue
color7 = '00FFFF', -- 0 255 255 Cyan
color8 = 'FFFF00', -- 255 255 0 Yellow
color9 = 'B22222', -- 178 34 34 FireBrick
--######################################### End Color Settings ###
--# Borders Section ###############################################
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 5,
border_outer_margin = 0,
-- border width
border_width = 1,
-- graph borders
draw_graph_borders = true,
--default_graph_size 15 40
--######################################## End Borders Secton ###
--# Miscellaneous Section #######################################
--Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Default and Minimum size is 256 - needs more for single commands that
-- "call" a lot of text IE: bash scripts
text_buffer_size = 1028,
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- change GiB to G and MiB to M
short_units = true,
-- Like it says, ot pads the decimals on % values
-- doesn't seem to work since v1.7.1
pad_percents = 2,
-- Maximum size of user text buffer, i.e. layout below TEXT line in config file
-- (default is 16384 bytes)
-- max_user_text 16384
-- Desired output unit of all objects displaying a temperature. Parameters are
-- either "fahrenheit" or "celsius". The default unit is degree Celsius.
-- temperature_unit Fahrenheit
--####################################### End Miscellaneous Section ###
--# LUA Settings #######################################################
-- Above and After TEXT - requires a composite manager or blinks.
--
-- lua_load ~/Conky/LUA/draw-bg.lua
--TEXT
--${lua conky_draw_bg 10 0 0 0 0 0x000000 0.6}
--
-- ${lua conky_draw_bg corner_radius x_position y_position width height color alpha}
--
-- OR Both above TEXT (No composite manager required - no blinking!)
--
--lua_load = '/home/vsido/images/vis60',
--lua_draw_hook_pre draw_bg 15 0 0 0 0 0x000000 0.5
-- lua_draw_hook_post draw-bg 125 0 0 0 0 0x000000 0.01
--
-- TEXT
--
--############################################### End LUA Settings ###
update_interval = 1
}
conky.text = [[
${image /home/vsido/images/vis60 -s 60x60 -p 0,0}\
${color OldLace}
${alignr 5}${time %X}
${alignr 5}${time %x}
${alignr 5}${uptime_short}
${hr}
${alignc}${kernel}
${hr}
Host ${alignr 5}${nodename}
RAM ${alignr 5}${color5}${mem}${color OldLace} / ${memmax}
Swap ${alignr 5}${color5}${swap}${color OldLace} / ${swapmax}
# CPU 1 ${alignr 5}${cpu cpu1}%
# CPU 2 ${alignr 5}${cpu cpu2}%
# CPU 3 ${alignr 5}${cpu cpu3}%
# CPU 4 ${alignr 5}${cpu cpu4}%
# CPU Avg ${alignr 5}${cpu cpu0}%
cpu ${alignr 5}${color5}${cpu cpu0}${color OldLace}%
Disk ${alignr 5}${fs_used /} / ${fs_size /}
/Root ${fs_size /}${alignr 5}${fs_used_perc /}%
/Home ${fs_size /home}${alignr 5}${fs_used_perc /home}%
DISK ${hr}
Read ${alignr 5}${diskio_read /dev/sda}
Write ${alignr 5}${diskio_write /dev/sda}
${alignc}${upspeedgraph eth0 14,140 000000 00ff00}
Up ${alignr 5}${upspeedf eth0}
NETWORK ${hr}
Down ${alignr 5}${downspeedf eth0}
${alignc}${downspeedgraph eth0 14,140 000000 ff0000}
$conky_version
conky
]]