djcev.com

//

Git Repos / dotfiles / config / conky / conky.conf

Last update to this file was on 2022-01-30 at 18:15.

Show conky.conf

conky.config = {
alignment = 'top_left',
background = false,
border_width = 0,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
double_buffer = true,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
extra_newline = false,
font = 'Inconsolata:size=50',
gap_x = 0,
gap_y = 0,
lua_load = "~/.config/conky/imagepath.lua",
minimum_height = 1080,
minimum_width = 1920,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_argb_visual = false,
own_window_argb_value = 255,
own_window_class = 'Conky',
own_window_transparent = true,
own_window_type = 'desktop',
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}

conky.text = [[
${if_match "${loadavg 1}" > "3.0"}\
${lua_parse imagepath s3}\
${else}${if_match "${loadavg 1}" > "1.5"}\
${lua_parse imagepath s2}\
${else}\
${lua_parse imagepath s1}\
${endif}
${endif}
]]

Return to the top of this page or return to the overview of this repo.

Log conky.conf

Date Commit Message Author + -
2022-01-30 Import scs4tool and tag_audio, change conky scale cev +2 -2
2021-12-13 Expanded redshift background.sh, misc. changes cev +4 -3
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +50  

Return to the top of this page or return to the overview of this repo.