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 = 280,
  minimum_height = 280,

  maximum_width = 280,

  alignment = 'top_left',

  gap_x = 10,
  gap_y = 10,


-- Graphics settings —-

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


-- Text settings —-

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

  default_color = 'FFFDB8',

  uppercase = false,
  use_spacer = right,


-- Lua Load —-

  lua_load = '~/.conky/clocks/midi/cups_n_saucers.lua',
  lua_draw_hook_post = 'main',
}

conky.text = [[
  ${voffset 115}${goto 150}${font LCDMono2:size=18.1}${time %H:%M}${font}
  ${voffset 2}${goto 156}${time %a %d %b}
]]