Update users home folder, clean up some scripts and add comments
This commit is contained in:
@ -1,81 +1,81 @@
|
||||
conky.config = {
|
||||
|
||||
--Various settings
|
||||
--Various settings
|
||||
|
||||
background = true,
|
||||
cpu_avg_samples = 2,
|
||||
diskio_avg_samples = 10,
|
||||
double_buffer = true,
|
||||
if_up_strictness = 'address',
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
temperature_unit = 'celsius',
|
||||
text_buffer_size = 2048,
|
||||
update_interval = 1,
|
||||
imlib_cache_size = 0,
|
||||
background = true,
|
||||
cpu_avg_samples = 2,
|
||||
diskio_avg_samples = 10,
|
||||
double_buffer = true,
|
||||
if_up_strictness = 'address',
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
temperature_unit = 'celsius',
|
||||
text_buffer_size = 2048,
|
||||
update_interval = 1,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
|
||||
--Placement
|
||||
--Placement
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
minimum_height = 200,
|
||||
minimum_width = 230,
|
||||
maximum_width = 230,
|
||||
alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
minimum_height = 200,
|
||||
minimum_width = 230,
|
||||
maximum_width = 230,
|
||||
|
||||
|
||||
--Graphical
|
||||
--Graphical
|
||||
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
default_bar_width = 280,
|
||||
default_bar_height = 10,
|
||||
default_gauge_height = 25,
|
||||
default_gauge_width =40,
|
||||
default_graph_height = 40,
|
||||
default_graph_width = 153,
|
||||
default_shade_color = '#000000',
|
||||
default_outline_color = '#000000',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
default_bar_width = 280,
|
||||
default_bar_height = 10,
|
||||
default_gauge_height = 25,
|
||||
default_gauge_width =40,
|
||||
default_graph_height = 40,
|
||||
default_graph_width = 153,
|
||||
default_shade_color = '#000000',
|
||||
default_outline_color = '#000000',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
|
||||
--Textual
|
||||
--Textual
|
||||
|
||||
extra_newline = false,
|
||||
format_human_readable = true,
|
||||
font = 'Ubuntu Mono:size=11:regular',
|
||||
max_text_width = 0,
|
||||
max_user_text = 16384,
|
||||
override_utf8_locale = true,
|
||||
short_units = true,
|
||||
top_name_width = 21,
|
||||
top_name_verbose = false,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
use_xft = true,
|
||||
xftalpha = 1,
|
||||
extra_newline = false,
|
||||
format_human_readable = true,
|
||||
font = 'Ubuntu Mono:size=11:regular',
|
||||
max_text_width = 0,
|
||||
max_user_text = 16384,
|
||||
override_utf8_locale = true,
|
||||
short_units = true,
|
||||
top_name_width = 21,
|
||||
top_name_verbose = false,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
use_xft = true,
|
||||
xftalpha = 1,
|
||||
|
||||
--Windows
|
||||
--Windows
|
||||
|
||||
own_window = true,
|
||||
own_window_argb_value = 50,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_colour = '#2B303B',
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
own_window = true,
|
||||
own_window_argb_value = 50,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_colour = '#2B303B',
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
|
||||
|
||||
--Colours
|
||||
--Colours
|
||||
|
||||
default_color = '#888888',
|
||||
color1 = '#888888',
|
||||
default_color = '#888888',
|
||||
color1 = '#888888',
|
||||
|
||||
};
|
||||
conky.text = [[
|
||||
|
@ -1,81 +1,81 @@
|
||||
conky.config = {
|
||||
|
||||
--Various settings
|
||||
--Various settings
|
||||
|
||||
background = true,
|
||||
cpu_avg_samples = 2,
|
||||
diskio_avg_samples = 10,
|
||||
double_buffer = true,
|
||||
if_up_strictness = 'address',
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
temperature_unit = 'celsius',
|
||||
text_buffer_size = 2048,
|
||||
update_interval = 1,
|
||||
imlib_cache_size = 0,
|
||||
background = true,
|
||||
cpu_avg_samples = 2,
|
||||
diskio_avg_samples = 10,
|
||||
double_buffer = true,
|
||||
if_up_strictness = 'address',
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
temperature_unit = 'celsius',
|
||||
text_buffer_size = 2048,
|
||||
update_interval = 1,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
|
||||
--Placement
|
||||
--Placement
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
minimum_height = 200,
|
||||
minimum_width = 230,
|
||||
maximum_width = 230,
|
||||
alignment = 'top_right',
|
||||
gap_x = 20,
|
||||
gap_y = 45,
|
||||
minimum_height = 200,
|
||||
minimum_width = 230,
|
||||
maximum_width = 230,
|
||||
|
||||
|
||||
--Graphical
|
||||
--Graphical
|
||||
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
default_bar_width = 280,
|
||||
default_bar_height = 10,
|
||||
default_gauge_height = 25,
|
||||
default_gauge_width =40,
|
||||
default_graph_height = 40,
|
||||
default_graph_width = 153,
|
||||
default_shade_color = '#000000',
|
||||
default_outline_color = '#000000',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 5,
|
||||
border_width = 0,
|
||||
default_bar_width = 280,
|
||||
default_bar_height = 10,
|
||||
default_gauge_height = 25,
|
||||
default_gauge_width =40,
|
||||
default_graph_height = 40,
|
||||
default_graph_width = 153,
|
||||
default_shade_color = '#000000',
|
||||
default_outline_color = '#000000',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
|
||||
--Textual
|
||||
--Textual
|
||||
|
||||
extra_newline = false,
|
||||
format_human_readable = true,
|
||||
font = 'Ubuntu Mono:size=11:regular',
|
||||
max_text_width = 0,
|
||||
max_user_text = 16384,
|
||||
override_utf8_locale = true,
|
||||
short_units = true,
|
||||
top_name_width = 21,
|
||||
top_name_verbose = false,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
use_xft = true,
|
||||
xftalpha = 1,
|
||||
extra_newline = false,
|
||||
format_human_readable = true,
|
||||
font = 'Ubuntu Mono:size=11:regular',
|
||||
max_text_width = 0,
|
||||
max_user_text = 16384,
|
||||
override_utf8_locale = true,
|
||||
short_units = true,
|
||||
top_name_width = 21,
|
||||
top_name_verbose = false,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
use_xft = true,
|
||||
xftalpha = 1,
|
||||
|
||||
--Windows
|
||||
--Windows
|
||||
|
||||
own_window = true,
|
||||
own_window_argb_value = 50,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_colour = '#2B303B',
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
own_window = true,
|
||||
own_window_argb_value = 50,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_colour = '#2B303B',
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = false,
|
||||
own_window_title = 'system_conky',
|
||||
own_window_type = 'desktop',
|
||||
|
||||
|
||||
--Colours
|
||||
--Colours
|
||||
|
||||
default_color = '#888888',
|
||||
color1 = '#888888',
|
||||
default_color = '#888888',
|
||||
color1 = '#888888',
|
||||
|
||||
};
|
||||
conky.text = [[
|
||||
|
@ -1 +0,0 @@
|
||||
|
@ -1 +0,0 @@
|
||||
/home/smoke/.config/conky/conky-sessionfile
|
Reference in New Issue
Block a user