Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- --==============================================================================
- -- 2021/10/2
- -- this is for conky version 1.10 or Newer
- --
- -- RegSpot - Conky theme (Based on REGULUS theme)
- -- authors : Khiky-Merveilles & Madh93 & Argus_Khan
- -- license : Distributed under the terms of GNU GPL version 3 or later
- -- notes : Created on 2048x1152 resolution.
- --==============================================================================
- -- Size and Position settings --
- alignment = 'top_right',
- gap_x = 0,
- gap_y = 40,
- minimum_height = 1152,
- minimum_width = 900,
- maximum_width = 900,
- -- Text settings --
- use_xft = true,
- font = 'Roboto:light:size=9',
- -- Color Settings --
- default_color = 'b7a9c2',
- default_outline_color = 'white',
- default_shade_color = 'white',
- color1 = '212021',
- color2 = '4d3453',
- color3 = '0165FE',
- -- Window Settings --
- background = true,
- border_width = 0,
- draw_borders = false,
- draw_graph_borders = false,
- draw_outline = false,
- draw_shades = false,
- own_window = true,
- own_window_colour = '000000',
- own_window_class = 'Conky',
- own_window_argb_visual = true,
- own_window_argb_value = 180,
- own_window_type = 'desktop',
- own_window_transparent = true,
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- stippled_borders = 0,
- -- Others --
- cpu_avg_samples = 2,
- net_avg_samples = 2,
- double_buffer = true,
- out_to_console = false,
- out_to_stderr = false,
- extra_newline = false,
- update_interval = 1,
- uppercase = false,
- use_spacer = 'none',
- show_graph_scale = false,
- show_graph_range = false,
- lua_load = './rings-v1.2.1.lua',
- lua_draw_hook_pre = 'ring_stats',
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement