Conky: Unify config
Holy shit, I just viewed that shit in the online viewer It was a huge mess of tabs and spaces God that was horrifying
This commit is contained in:
parent
10ffb593bf
commit
a77fd36efe
@ -3,21 +3,21 @@
|
||||
conky.config = {
|
||||
own_window = true,
|
||||
own_window_title = 'Conky',
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'desktop',
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'desktop',
|
||||
own_window_colour = '000000',
|
||||
own_window_transparent = true,
|
||||
own_window_argb_visual = true,
|
||||
own_window_argb_value = 0,
|
||||
|
||||
double_buffer = true,
|
||||
cpu_avg_samples = 2,
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
update_interval = 1,
|
||||
cpu_avg_samples = 2,
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
update_interval = 1,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Roboto:style=Light:size=10',
|
||||
use_xft = true,
|
||||
font = 'Roboto:style=Light:size=10',
|
||||
default_color = '#ebdbb2',
|
||||
color1 = '282828', -- Background
|
||||
color2 = 'ebdbb2', -- Foreground
|
||||
@ -28,19 +28,19 @@ conky.config = {
|
||||
color8 = '83a598', -- Blue (CPU)
|
||||
color9 = 'd3869b', -- Magenta (Memory)
|
||||
|
||||
alignment = 'bottom_right',
|
||||
alignment = 'bottom_right',
|
||||
xinerama_head = 2,
|
||||
minimum_height = 100,
|
||||
minimum_height = 100,
|
||||
minimum_width = 300,
|
||||
border_width = 6,
|
||||
gap_x = 20,
|
||||
gap_y = 58,
|
||||
border_width = 6,
|
||||
gap_x = 20,
|
||||
gap_y = 58,
|
||||
|
||||
show_graph_scale = true,
|
||||
|
||||
draw_outline = false,
|
||||
draw_outline = false,
|
||||
draw_graph_borders = false,
|
||||
draw_shades = false
|
||||
draw_shades = false
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
|
Loading…
Reference in New Issue
Block a user