Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
# —- Conky settings —- #

conky.config = {

  background = true,

  update_interval = 1,
  total_run_times = 0,
  net_avg_samples = 2,

  override_utf8_locale = true,

  double_buffer = true,
  no_buffers = true,

  text_buffer_size = 2048,
  imlib_cache_size = 0,


-- Window specifications —-

  own_window_class = 'Conky',
  own_window = true,
  own_window_type = 'desktop',
  own_window_transparent = true,
  own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',

  border_inner_margin = 0,
  border_outer_margin = 0,

  minimum_width = 220,
  minimum_height = 220,

  maximum_width = 300,

  alignment = 'bottom_left',

  gap_x = 10,
  gap_y = 40,


-- Graphics settings —-

  draw_shades = false,
  draw_outline = false,
  draw_borders = false,
  draw_graph_borders = false,


-- Text settings —-

  use_xft = true,
  font = 'LCDMono2:size=14',
  xftalpha = 1.0,

  default_color = 'FFFBD8',

  uppercase = false,
  use_spacer = right,


-- Lua Load —-

  lua_load = '~/.conky/clocks/mini/cups_n_saucers2.lua',
  lua_draw_hook_post = 'main',
}

conky.text = [[
  ${voffset 78}${goto 58}${font LCDMono2:size=32}${time %H:%M}${font}
  ${voffset 2}${goto 64}${time %a %d %b}
#  ${voffset 600}
]]