Conky: Change to sidebar layout

Also KDE stuff doing KDE things with their config files
This commit is contained in:
2018-08-07 19:34:10 -05:00
parent 4a400dd1df
commit 9cf7e8beef
3 changed files with 12 additions and 13 deletions

View File

@@ -5,10 +5,7 @@ conky.config = {
own_window_title = 'Conky',
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,
own_window_colour = '282828',
double_buffer = true,
cpu_avg_samples = 2,
@@ -28,15 +25,16 @@ conky.config = {
color8 = '83a598', -- Blue (CPU)
color9 = 'd3869b', -- Magenta (Memory)
alignment = 'bottom_right',
alignment = 'top_right',
xinerama_head = 2,
minimum_height = 100,
minimum_height = 4000,
minimum_width = 300,
border_width = 6,
gap_x = 20,
gap_y = 58,
gap_x = 10,
gap_y = 44,
show_graph_scale = true,
format_human_readable = true,
draw_outline = false,
draw_graph_borders = false,