diff --git a/lang/en/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..12cf863 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#f4a100', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..3dc191f --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#f4a100', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..b3cb795 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#f4a100', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc index 55de020..7726964 100644 --- a/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#827d6a', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc index f76f05e..01770fc 100644 --- a/lang/en/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#827d6a', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/ArcDark/conky/conky-sessionfile b/lang/en/.config/blob/ArcDark/conky/conky-sessionfile new file mode 100644 index 0000000..42b4931 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc index 4598720..2b94ebc 100644 --- a/lang/en/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc @@ -4,19 +4,19 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -26,13 +26,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#fbfdfd', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..44c10e2 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc index 748efed..ca7c824 100644 --- a/lang/en/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#192723', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'top_left', - gap_x = 30, + alignment = 'bottom_left', + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..a36c92d --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color2 = '#f4a100', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc index d16fad5..9adbe31 100644 --- a/lang/en/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc index 5e5ddcc..7820490 100644 --- a/lang/en/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1b211e', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc index f6cfcb9..35fa265 100644 --- a/lang/en/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 260, + gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#827d6a', + color2 = '#f4a100', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc index cf48134..5be29c9 100644 --- a/lang/en/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#827d6a', + color2 = '#f4a100', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc index 13b3c83..4d33457 100644 --- a/lang/en/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2c2c2c', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..753c1e3 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#e2e3e3', + color0 = '#7e8183', + color2 = '#00d3b8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..4de4eee --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#e2e3e3', + color0 = '#7e8183', + color2 = '#00d3b8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..bc18f85 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#e2e3e3', + color0 = '#7e8183', + color2 = '#00d3b8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc index 54449e8..4574058 100644 --- a/lang/en/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', - color1 = '#DA9B5D', + default_color = '#e2e3e3', + color0 = '#7e8183', + color1 = '#7b7f80', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc index d10343d..02a548a 100644 --- a/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_middle', - gap_x = 0, + alignment = 'top_left', + gap_x = 30, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', - color1 = '#DA9B5D', + default_color = '#e2e3e3', + color0 = '#7e8183', + color1 = '#7b7f80', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/conky-sessionfile b/lang/en/.config/blob/Bunsen/conky/conky-sessionfile new file mode 100644 index 0000000..845b592 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/clock_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_graph_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc index db492a8..659fab1 100644 --- a/lang/en/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Logo', alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', + default_color = '#e2e3e3', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..e3efaef --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#e2e3e3', + color0 = '#7e8183', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc index 1621f1c..61de21a 100644 --- a/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#393f40', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', + default_color = '#e2e3e3', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..eee4b4c --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#e2e3e3', + color2 = '#00d3b8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc index f8f7a8b..0b3acb2 100644 --- a/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', + default_color = '#e2e3e3', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc index 6c8eacb..a87b844 100644 --- a/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#303638', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', + default_color = '#e2e3e3', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc index d8f17f2..8cafea2 100644 --- a/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', - color1 = '#DA9B5D', - color2 = '#6CABCD', + default_color = '#e2e3e3', + color0 = '#7e8183', + color1 = '#7b7f80', + color2 = '#00d3b8', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc index b4b510c..e77f509 100644 --- a/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', - color1 = '#DA9B5D', - color2 = '#6CABCD', + default_color = '#e2e3e3', + color0 = '#7e8183', + color1 = '#7b7f80', + color2 = '#00d3b8', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc index 2f32383..25b0407 100644 --- a/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#3d4244', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#B8BABB', - color0 = '#C8AC69', + default_color = '#e2e3e3', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..3848eb3 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..bf4850a --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..e9bceb4 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc index 78573ac..6803aee 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc index 2354302..3466d8c 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', + alignment = 'top_left', gap_x = 30, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/conky-sessionfile b/lang/en/.config/blob/CyberPunk_Neon/conky/conky-sessionfile new file mode 100644 index 0000000..42b4931 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc index a84ab4c..5d4834c 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..888d3f3 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + cpu_avg_samples = 2, + + draw_borders = true, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc index 62153d3..14aa184 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#251034', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 30, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..e6602b8 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color2 = '#711C91', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc index 838ccc3..9827a91 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_middle', + gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc index f93a5b3..faab9a5 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc @@ -8,30 +8,30 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', - alignment = 'top_left', + alignment = 'bottom_left', gap_x = 30, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc index ea972ec..5d99684 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', - color2 = '#7fb6d3', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', + color2 = '#711C91', cpu_avg_samples = 2, - draw_borders = false, - stippled_borders = 3, + draw_borders = true, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc index 93c4e6b..2e45364 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', - color2 = '#7fb6d3', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', + color2 = '#711C91', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc index 38fa2c9..54db8e6 100644 --- a/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#181a46', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..1a32317 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#8a8ea8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..bff8f28 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#8a8ea8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..335b563 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#8a8ea8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc index 92b8f3c..5d1609d 100644 --- a/lang/en/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, @@ -19,17 +19,17 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc index fca3720..5892e0a 100644 --- a/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', + alignment = 'top_left', gap_x = 30, gap_y = 60, @@ -19,17 +19,17 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Dracula/conky/conky-sessionfile b/lang/en/.config/blob/Dracula/conky/conky-sessionfile new file mode 100644 index 0000000..c886753 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep 1s +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep 1s +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep 1s +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep 1s + diff --git a/lang/en/.config/blob/Dracula/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/logo_mbcolor.conkyrc index 0630030..ac16a84 100644 --- a/lang/en/.config/blob/Dracula/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -4,15 +4,15 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Logo', alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -21,18 +21,18 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..f48408b --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc index 45cd431..2de7684 100644 --- a/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc @@ -4,12 +4,12 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#3e4154', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 30, + gap_x = 240, gap_y = 60, minimum_width = '200', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..8d50615 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color2 = '#8a8ea8', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc index 1593077..d1efe23 100644 --- a/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc index e6ab054..6b44e19 100644 --- a/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#363949', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', - alignment = 'top_left', + alignment = 'bottom_left', gap_x = 30, gap_y = 60, minimum_width = '200', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc index 522f62f..a9727f7 100644 --- a/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -19,19 +19,19 @@ conky.config = { override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', + color2 = '#8a8ea8', cpu_avg_samples = 2, - draw_borders = true, + draw_borders = false, stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc index 70f5c7e..cfccce6 100644 --- a/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -19,19 +19,19 @@ conky.config = { override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', + color2 = '#8a8ea8', cpu_avg_samples = 2, - draw_borders = true, + draw_borders = false, stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc index 0f32cfc..6721158 100644 --- a/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#414458', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..0e4d1fd --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#504945', + color0 = '#89b482', + color2 = '#d8a757', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..5d88598 --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#504945', + color0 = '#89b482', + color2 = '#d8a757', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..ff38e5f --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#504945', + color0 = '#89b482', + color2 = '#d8a757', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc index c0dacd2..20389fa 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#504945', + color0 = '#89b482', + color1 = '#d3869a', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc index 63ccdda..94c5faf 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', + alignment = 'top_left', gap_x = 30, gap_y = 60, @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#504945', + color0 = '#89b482', + color1 = '#d3869a', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile b/lang/en/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile new file mode 100644 index 0000000..79f106b --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc index 71f64ad..8120ebd 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -4,15 +4,15 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'top_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -21,18 +21,18 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#504945', + color0 = '#89b482', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..515e8ba --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#504945', + color0 = '#89b482', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc index d1100b5..98c261a 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc @@ -4,12 +4,12 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#3e4154', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'top_left', - gap_x = 220, + alignment = 'bottom_left', + gap_x = 240, gap_y = 60, minimum_width = '200', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#504945', + color0 = '#89b482', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..3274ae2 --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#504945', + color2 = '#d8a757', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc index 7059adf..102a006 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#504945', + color0 = '#89b482', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc index f4e135b..ec1535e 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#363949', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', - alignment = 'top_left', + alignment = 'bottom_left', gap_x = 30, gap_y = 60, minimum_width = '200', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#504945', + color0 = '#89b482', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc index 0095b8e..4f8209a 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -19,15 +19,15 @@ conky.config = { override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#504945', + color0 = '#89b482', + color1 = '#d3869a', + color2 = '#d8a757', cpu_avg_samples = 2, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc index dda6f7a..c358da5 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2a2c39', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', - alignment = 'bottom_right', + alignment = 'top_right', gap_x = 30, gap_y = 60, minimum_width = '200', @@ -19,15 +19,15 @@ conky.config = { override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#504945', + color0 = '#89b482', + color1 = '#d3869a', + color2 = '#d8a757', cpu_avg_samples = 2, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc index f23971f..81b2ca1 100644 --- a/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#414458', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#504945', + color0 = '#89b482', -- BORDERS draw_borders = false, diff --git a/lang/en/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..2a298b1 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..3e7b617 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..6103281 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc index 66510bf..e426ec8 100644 --- a/lang/en/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc index c98b807..d0fcbf3 100644 --- a/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Istredd/conky/conky-sessionfile b/lang/en/.config/blob/Istredd/conky/conky-sessionfile new file mode 100644 index 0000000..e48e2f6 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 + diff --git a/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc index 4598720..a033770 100644 --- a/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -8,15 +8,15 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -32,7 +32,7 @@ conky.config = { -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..19ebd1c --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + cpu_avg_samples = 2, + + draw_borders = true, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc index a1d9754..2d3a7a4 100644 --- a/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc @@ -9,13 +9,13 @@ conky.config = { own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Istredd/conky/mbcolor b/lang/en/.config/blob/Istredd/conky/mbcolor new file mode 100644 index 0000000..d96f6d0 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/mbcolor @@ -0,0 +1,4 @@ +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..3ffb140 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc index ed265e5..c0df9f0 100644 --- a/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc @@ -8,14 +8,14 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Istredd/conky/saved-sessions b/lang/en/.config/blob/Istredd/conky/saved-sessions new file mode 100644 index 0000000..7a40b94 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/saved-sessions @@ -0,0 +1,2 @@ +~/.config/conky/mbcolor + diff --git a/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc index 5c20857..7dc2ffe 100644 --- a/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc index 4a16f3c..d3fc803 100644 --- a/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc index 05b2e45..c1a379d 100644 --- a/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc index b209715..53d8761 100644 --- a/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..e8ecd2a --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#E95420', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..c780f09 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#E95420', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..45f081a --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#E95420', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc index f680626..5ff4189 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -2,13 +2,13 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, @@ -19,17 +19,17 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc index 08c7d20..6f7dcf9 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/conky-sessionfile b/lang/en/.config/blob/Mabox-superdesk/conky/conky-sessionfile new file mode 100644 index 0000000..42b4931 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc index 3cfd569..1c51b42 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..de2a0a6 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + cpu_avg_samples = 2, + + draw_borders = true, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc index 9b361b6..a880f0e 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#142814', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..a2d11e8 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color2 = '#E95420', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc index 260b92c..3e57c64 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc index bfda2c0..1140964 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#0d1926', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc index c05897d..e1b43cf 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc @@ -2,37 +2,37 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 260, + gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', - color2 = '#a77000', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', + color2 = '#E95420', cpu_avg_samples = 2, - draw_borders = false, - stippled_borders = 3, + draw_borders = true, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc index 9545948..eeddc28 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', - color2 = '#a77000', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', + color2 = '#E95420', cpu_avg_samples = 2, - draw_borders = false, - stippled_borders = 3, + draw_borders = true, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc index 1bb863b..08fb1ba 100644 --- a/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#142b2b', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS - draw_borders = false, + draw_borders = true, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/en/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..0d71d32 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color2 = '#8EBBBA', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/Network_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..f39c0b0 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color2 = '#8EBBBA', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/en/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..201ab56 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color2 = '#8EBBBA', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc index 50ee370..c11fee4 100644 --- a/lang/en/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc index 7bf1aa4..64daf9b 100644 --- a/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Nordic/conky/conky-sessionfile b/lang/en/.config/blob/Nordic/conky/conky-sessionfile new file mode 100644 index 0000000..79f106b --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 diff --git a/lang/en/.config/blob/Nordic/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/logo_mbcolor.conkyrc index c42e87b..f91c52b 100644 --- a/lang/en/.config/blob/Nordic/conky/logo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -4,19 +4,19 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -26,13 +26,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#5E7EA5', + color0 = '#E0D3A4', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/en/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..030a825 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5E7EA5', + color0 = '#E0D3A4', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc index e6c7395..7c48979 100644 --- a/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc @@ -4,18 +4,18 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#142814', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#5E7EA5', + color0 = '#E0D3A4', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..3265d01 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5E7EA5', + color2 = '#8EBBBA', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc index d7683c5..d30d6c6 100644 --- a/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#5E7EA5', + color0 = '#E0D3A4', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc index 9f306ea..9211062 100644 --- a/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#0d1926', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#5E7EA5', + color0 = '#E0D3A4', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc index ec75cca..b881016 100644 --- a/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 260, + gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color1 = '#bf616b', + color2 = '#8EBBBA', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc index 4baa483..ca3f7a2 100644 --- a/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#5E7EA5', + color0 = '#E0D3A4', + color1 = '#bf616b', + color2 = '#8EBBBA', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr$color memory ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc index 9abed55..c7fccd2 100644 --- a/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#142b2b', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#5E7EA5', + color0 = '#E0D3A4', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..42c2cf1 --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..e0f5804 --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..6293152 --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc index 928d853..fb70ca0 100644 --- a/lang/es/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc index 9835399..48877dd 100644 --- a/lang/es/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'top_left', + gap_x = 20, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc index f4156d3..2b94ebc 100644 --- a/lang/es/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..44c10e2 --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc index 616317c..4ef4064 100644 --- a/lang/es/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#192723', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 320, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..bc1a11a --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc index 23b1e21..d03734f 100644 --- a/lang/es/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_middle', + gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc index 1b2e734..e7fcbbe 100644 --- a/lang/es/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1b211e', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc index a3e5b94..eb392ef 100644 --- a/lang/es/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 30, + gap_x = 240, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#61c4bc', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', + color2 = '#6c6f6b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc index f9b7438..92a3b61 100644 --- a/lang/es/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#61c4bc', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', + color2 = '#6c6f6b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..42c2cf1 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..e0f5804 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..6293152 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc index 94dad7f..fb70ca0 100644 --- a/lang/es/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc index 8f621c2..48877dd 100644 --- a/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_left', + gap_x = 20, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc index e278403..2b94ebc 100644 --- a/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Logo', alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..44c10e2 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#8c8774', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc index 9c0e2b3..4ef4064 100644 --- a/lang/es/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#192723', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 320, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..bc1a11a --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color2 = '#6c6f6b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc index 346ac68..d03734f 100644 --- a/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_middle', + gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc index 6bd7c14..e7fcbbe 100644 --- a/lang/es/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#1b211e', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc index d98dda7..1ec0c94 100644 --- a/lang/es/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', - color2 = '#6cabcd', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', + color2 = '#6c6f6b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc index 719879f..92a3b61 100644 --- a/lang/es/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#303638', + own_window_colour = '#141414', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, draw_shades = false, default_shade_color = '#222222', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', - color2 = '#6cabcd', + default_color = '#50fafa', + color0 = '#8c8774', + color1 = '#f4a100', + color2 = '#6c6f6b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc index 500101c..94f9bda 100644 --- a/lang/es/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303638', + own_window_colour = '#2c2c2c', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#50fafa', + color0 = '#8c8774', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..0940de6 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..8ca5e02 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..a3206d2 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#711C91', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc index 5f1dbaa..7d28e19 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc index 2354302..430aad4 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'top_left', + gap_x = 20, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc index a84ab4c..5d4834c 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..d5f3b0f --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc index b5ad421..26b5867 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#251034', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 320, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..6133086 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color2 = '#711C91', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc index 5fcf2c6..61915de 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc index 8ce6d92..cfb6fec 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc index 3f33840..599cb84 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', - color2 = '#7fb6d3', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', + color2 = '#711C91', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc index 2f5cff2..8055582 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', - color2 = '#7fb6d3', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', + color2 = '#711C91', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc index 03bfb31..8d6c8c3 100644 --- a/lang/es/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#181a46', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..3d47a14 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#F1FA8C', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..04d28ec --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#F1FA8C', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..792b335 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#F1FA8C', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc index 66364fc..5b0752e 100644 --- a/lang/es/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -8,8 +8,8 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS @@ -24,12 +24,12 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#F1FA8C', + color0 = '#80849f', + color1 = '#50FA7B', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc index 9dfa62a..1298144 100644 --- a/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -8,8 +8,8 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'top_left', + gap_x = 20, gap_y = 60, -- FONTS @@ -24,12 +24,12 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#F1FA8C', + color0 = '#80849f', + color1 = '#50FA7B', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc index e10d5aa..3e61d90 100644 --- a/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -11,8 +11,8 @@ conky.config = { alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -26,13 +26,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#F1FA8C', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..aae6954 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#F1FA8C', + color0 = '#80849f', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc index 520caa8..b5fa3b3 100644 --- a/lang/es/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc @@ -4,18 +4,18 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#3e4154', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 320, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#F1FA8C', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..cd316f2 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#F1FA8C', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc index daac11f..ddaaad2 100644 --- a/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc @@ -8,7 +8,7 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', @@ -25,11 +25,11 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#F1FA8C', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/es/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc index 7ffffd2..723abb0 100644 --- a/lang/es/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#363949', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#F1FA8C', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc index 787f8aa..16d9d6c 100644 --- a/lang/es/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#F1FA8C', + color0 = '#80849f', + color1 = '#50FA7B', + color2 = '#896eb5', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc index d918b36..1217f5a 100644 --- a/lang/es/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#F1FA8C', + color0 = '#80849f', + color1 = '#50FA7B', + color2 = '#896eb5', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc index 353b004..0a1a82b 100644 --- a/lang/es/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#414458', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#F1FA8C', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..02d659d --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..8ff6dff --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..48913df --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc index 057dba4..3185f81 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -4,12 +4,12 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', -- BORDERS draw_borders = false, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc index 5e70740..3eaca4a 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -4,12 +4,12 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'top_left', + gap_x = 20, gap_y = 60, -- FONTS @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', -- BORDERS draw_borders = false, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc index 7361194..ba61100 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -4,15 +4,15 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -21,18 +21,18 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..7582795 --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc index 4aa5435..b501205 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc @@ -4,18 +4,18 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#3c1f1e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 30, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..d6a1ccc --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc index 470d403..ab47e5e 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc @@ -4,11 +4,11 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc index 61b6c6b..db6f7a4 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc @@ -4,18 +4,18 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#0d3138', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', - alignment = 'top_left', + alignment = 'bottom_left', gap_x = 30, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc index 3fe63d1..0eb5c39 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', + color2 = '#89b482', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc index ba2519c..c8d74b5 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#111111', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,15 +24,15 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', + color2 = '#89b482', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc index 0408712..8d00f45 100644 --- a/lang/es/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#111111', + own_window_colour = '#282828', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..2a298b1 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..3e7b617 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..f400a9d --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc index 66510bf..56f0df1 100644 --- a/lang/es/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc index c98b807..b6a6515 100644 --- a/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'top_left', + gap_x = 20, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc index 4598720..a033770 100644 --- a/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -8,15 +8,15 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -32,7 +32,7 @@ conky.config = { -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..19ebd1c --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + cpu_avg_samples = 2, + + draw_borders = true, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc index d215546..ed82418 100644 --- a/lang/es/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc @@ -9,13 +9,13 @@ conky.config = { own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 340, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..3ffb140 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc index ed265e5..c0df9f0 100644 --- a/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc @@ -8,14 +8,14 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', + alignment = 'top_middle', gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc index b28f680..f029165 100644 --- a/lang/es/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc index 62aa353..c2441d2 100644 --- a/lang/es/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc @@ -9,12 +9,12 @@ conky.config = { own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 30, + gap_x = 240, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc index bd9efb6..f7f11c2 100644 --- a/lang/es/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc index 10c48bf..b27b083 100644 --- a/lang/es/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..1f0350c --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#4b6d64', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..30d922b --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#4b6d64', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..6b1c3d9 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + color2 = '#4b6d64', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc index 3107f5c..d8db914 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc index 1ee437d..a35393b 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'top_left', + gap_x = 20, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc index c8bce57..1c51b42 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..ce28496 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color0 = '#2f964e', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc index 2f980fc..04e383a 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#142814', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 340, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..45134ff --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#060c09', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#accdc7', + color2 = '#4b6d64', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc index bc8cf90..a6284ea 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_middle', + gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc index 7df435e..7d0753b 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142b2b', + own_window_colour = '#0d1926', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc index 46c9a30..10ae615 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', - color2 = '#a77000', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', + color2 = '#4b6d64', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc index 56a80b2..59f4bd0 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142b2b', + own_window_colour = '#060c09', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', - color2 = '#a77000', + default_color = '#accdc7', + color0 = '#2f964e', + color1 = '#476d8a', + color2 = '#4b6d64', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc index 72e8eb2..54539bd 100644 --- a/lang/es/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#accdc7', + color0 = '#2f964e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..e03b458 --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#6080A7', + color0 = '#D5D2A0', + color2 = '#bf616b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/Network_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..720faf8 --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#6080A7', + color0 = '#D5D2A0', + color2 = '#bf616b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/es/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..d17839a --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 410, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#6080A7', + color0 = '#D5D2A0', + color2 = '#bf616b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc index 543b6d7..5f895c1 100644 --- a/lang/es/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_middle', + gap_x = 10, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#6080A7', + color0 = '#D5D2A0', + color1 = '#ebcb8b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc index 7dcc602..ae5829d 100644 --- a/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'top_left', + gap_x = 20, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#6080A7', + color0 = '#D5D2A0', + color1 = '#ebcb8b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc index c27d742..84a1251 100644 --- a/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -4,19 +4,19 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -26,13 +26,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#6080A7', + color0 = '#D5D2A0', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/es/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..6a35dfc --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#6080A7', + color0 = '#D5D2A0', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}kernel ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/es/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc index d9736f1..fe9e660 100644 --- a/lang/es/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#434c5e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 340, + gap_x = 300, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#6080A7', + color0 = '#D5D2A0', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..18c18bb --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#6080A7', + color2 = '#bf616b', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc index 609aa08..af12cd1 100644 --- a/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc @@ -4,18 +4,18 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'top_middle', + gap_x = 0, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#6080A7', + color0 = '#D5D2A0', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc index 7f88ad0..31e9984 100644 --- a/lang/es/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#3b4252', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#6080A7', + color0 = '#D5D2A0', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc index 8da0131..85669ed 100644 --- a/lang/es/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#6080A7', + color0 = '#D5D2A0', + color1 = '#ebcb8b', + color2 = '#bf616b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc index 3c4e3f3..5491d0a 100644 --- a/lang/es/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#303b43', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#6080A7', + color0 = '#D5D2A0', + color1 = '#ebcb8b', + color2 = '#bf616b', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr disco ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr$color memoria ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc index ba54505..a3d57ec 100644 --- a/lang/es/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/es/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#303b43', + own_window_colour = '#4c566a', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#6080A7', + color0 = '#D5D2A0', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/es/.config/conky/CPU_mbcolor.conkyrc b/lang/es/.config/conky/CPU_mbcolor.conkyrc index dca92ae..2a298b1 100644 --- a/lang/es/.config/conky/CPU_mbcolor.conkyrc +++ b/lang/es/.config/conky/CPU_mbcolor.conkyrc @@ -29,7 +29,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/es/.config/conky/Network_mbcolor.conkyrc b/lang/es/.config/conky/Network_mbcolor.conkyrc index 48668d6..3e7b617 100644 --- a/lang/es/.config/conky/Network_mbcolor.conkyrc +++ b/lang/es/.config/conky/Network_mbcolor.conkyrc @@ -28,7 +28,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, @@ -68,12 +68,12 @@ conky.config = { }; conky.text = [[ -${color}SIEĆ -${color}Urządzenie ${alignr}${color0}enp0s16f1u1 -${color}Adres IP ${alignr}${color0}${addr enp0s16f1u1} -${color}Pobieranie $color0${downspeed enp0s16f1u1} ${alignr}${color0}${upspeed enp0s16f1u1}${color} Upload -${color2}${downspeedgraph enp0s16f1u1 30,100 -t} ${alignr} ${upspeedgraph enp0s16f1u1 30,100 -t} -${color}Total Down ${color0}${totaldown enp0s16f1u1} ${alignr}${color0}${totalup enp0s16f1u1}${color} Total Up +${color}NETWORK +${color}Device ${alignr}${color0}enp0s3 +${color}IP ${alignr}${color0}${addr enp0s3} +${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up ${color0}${hr} ${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} ]]; diff --git a/lang/es/.config/conky/RAM_mbcolor.conkyrc b/lang/es/.config/conky/RAM_mbcolor.conkyrc index ef80a84..f400a9d 100644 --- a/lang/es/.config/conky/RAM_mbcolor.conkyrc +++ b/lang/es/.config/conky/RAM_mbcolor.conkyrc @@ -28,7 +28,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/es/.config/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/conky/mount_points_mbcolor.conkyrc index ae23b83..3ffb140 100644 --- a/lang/es/.config/conky/mount_points_mbcolor.conkyrc +++ b/lang/es/.config/conky/mount_points_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_outline_color = '#222222', default_color = '#309552', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc index d6fc91f..c2441d2 100644 --- a/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#3dd425', + color2 = '#e8cb2d', cpu_avg_samples = 2, diff --git a/lang/es/.config/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/conky/sysinfo_mbcolor.conkyrc index 06e46e1..f7f11c2 100644 --- a/lang/es/.config/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/conky/sysinfo_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#3dd425', + color2 = '#e8cb2d', cpu_avg_samples = 2, diff --git a/lang/pl/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..220edde --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#c6c3ba', + color2 = '#926ee4', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..11d9280 --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#c6c3ba', + color2 = '#926ee4', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..ac47d63 --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#c6c3ba', + color2 = '#926ee4', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc index d92983a..deae7dd 100644 --- a/lang/pl/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc @@ -8,30 +8,30 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#c6c3ba', + color1 = '#108e71', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc index 7fa064d..09a702f 100644 --- a/lang/pl/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc @@ -8,30 +8,30 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', + default_color = '#50fafa', + color0 = '#c6c3ba', + color1 = '#108e71', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc index cdcba28..e504326 100644 --- a/lang/pl/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc @@ -8,31 +8,31 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#c6c3ba', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..faf50cd --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color0 = '#c6c3ba', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc index a530193..f01fea2 100644 --- a/lang/pl/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#192723', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#c6c3ba', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..2ffbd2d --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#141414', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#50fafa', + color2 = '#926ee4', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc index 1a7ba3e..3e96612 100644 --- a/lang/pl/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#c6c3ba', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc index 0eb09e4..1f09d02 100644 --- a/lang/pl/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#1b211e', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#c6c3ba', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc index abb15f5..cccf195 100644 --- a/lang/pl/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#50fafa', + default_color = '#50fafa', + color0 = '#c6c3ba', + color1 = '#108e71', + color2 = '#926ee4', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc index 7acf16d..68fb9b2 100644 --- a/lang/pl/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', - color1 = '#50fafa', - color2 = '#50fafa', + default_color = '#50fafa', + color0 = '#c6c3ba', + color1 = '#108e71', + color2 = '#926ee4', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc index dac1636..44a20e5 100644 --- a/lang/pl/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#2c2c2c', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#108e71', - color0 = '#63625a', + default_color = '#50fafa', + color0 = '#c6c3ba', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..239c511 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a1a4a5', + color0 = '#7e8183', + color2 = '#3daee9', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..267fb19 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a1a4a5', + color0 = '#7e8183', + color2 = '#3daee9', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..7beb107 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a1a4a5', + color0 = '#7e8183', + color2 = '#3daee9', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc index 4c91b9b..75f91fc 100644 --- a/lang/pl/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', + default_color = '#a1a4a5', + color0 = '#7e8183', + color1 = '#7b7f80', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc index e21f201..f262083 100644 --- a/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'bottom_middle', + gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', + default_color = '#a1a4a5', + color0 = '#7e8183', + color1 = '#7b7f80', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc index 6470bb2..0a8cfc2 100644 --- a/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Logo', alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#a1a4a5', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..7e203ca --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a1a4a5', + color0 = '#7e8183', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc index 6f35f1b..4dfe0e1 100644 --- a/lang/pl/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#393f40', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#a1a4a5', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..0c42f10 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#181c1d', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a1a4a5', + color2 = '#3daee9', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc index 64ae3ca..5a4f9c9 100644 --- a/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS draw_shades = false, default_shade_color = '#000000', - draw_outline = true, + draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#a1a4a5', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc index eb4fd11..a6eac91 100644 --- a/lang/pl/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#303638', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#a1a4a5', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc index 6c4aa32..b84f740 100644 --- a/lang/pl/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#141414', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', - color2 = '#6cabcd', + default_color = '#a1a4a5', + color0 = '#7e8183', + color1 = '#7b7f80', + color2 = '#3daee9', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc index 4f881eb..703349b 100644 --- a/lang/pl/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#141414', + own_window_colour = '#181c1d', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', - color1 = '#da9b5d', - color2 = '#6cabcd', + default_color = '#a1a4a5', + color0 = '#7e8183', + color1 = '#7b7f80', + color2 = '#3daee9', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc index 53b0d0c..54d5657 100644 --- a/lang/pl/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#141414', + own_window_colour = '#3d4244', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#bbbdbe', - color0 = '#c8ac69', + default_color = '#a1a4a5', + color0 = '#7e8183', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..44ffdb2 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#4f6998', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..c39874f --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#4f6998', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..5ee6291 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + color2 = '#4f6998', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc index 5f1dbaa..0cf20dd 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc index 2354302..15ac772 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'bottom_middle', + gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc index a84ab4c..5d4834c 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..a06abc9 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color0 = '#5c8db1', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc index 089f154..5f057ec 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#251034', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..edc5af9 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#06030e', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#b098c4', + color2 = '#4f6998', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc index 5fcf2c6..923145b 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', - gap_x = 0, + alignment = 'bottom_right', + gap_x = 30, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc index bd2deea..ed7d0c8 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc index 3b556b1..80a361b 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#130f2d', + own_window_colour = '#06030e', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', - color1 = '#da9b5d', - color2 = '#7fb6d3', + default_color = '#b098c4', + color0 = '#5c8db1', + color1 = '#a5439e', + color2 = '#4f6998', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc index 05ba07c..9faa181 100644 --- a/lang/pl/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#130f2d', + own_window_colour = '#181a46', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#9a3e81', - color0 = '#303bd1', + default_color = '#b098c4', + color0 = '#5c8db1', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..8a0a4e1 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..bb278de --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..2f9d15d --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc index 867e069..5d1609d 100644 --- a/lang/pl/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -8,7 +8,7 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, @@ -19,17 +19,17 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc index d652781..54cec4f 100644 --- a/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -8,8 +8,8 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'bottom_middle', + gap_x = 0, gap_y = 60, -- FONTS @@ -19,17 +19,17 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc index a7bbf2c..ac16a84 100644 --- a/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -11,8 +11,8 @@ conky.config = { alignment = 'middle_middle', gap_x = 0, gap_y = 0, - minimum_height = 128, - minimum_width = 128, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -21,18 +21,18 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..d68de31 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color0 = '#80849f', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc index 8f6afd9..184dcd5 100644 --- a/lang/pl/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#3e4154', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..fcf2220 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2a2c39', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a380d7', + color2 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc index 3658690..c651950 100644 --- a/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc @@ -8,8 +8,8 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', - gap_x = 0, + alignment = 'bottom_right', + gap_x = 30, gap_y = 60, minimum_width = '200', @@ -20,16 +20,16 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS - draw_borders = true, + draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins diff --git a/lang/pl/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc index bb957d0..2abc898 100644 --- a/lang/pl/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#363949', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc index 47ae8b8..9c13db2 100644 --- a/lang/pl/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', + color2 = '#896eb5', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc index 33bdb17..1da13df 100644 --- a/lang/pl/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', - color1 = '#c76199', - color2 = '#552e66', + default_color = '#a380d7', + color0 = '#80849f', + color1 = '#7c809c', + color2 = '#896eb5', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc index 1e1ca60..e644401 100644 --- a/lang/pl/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#414458', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5d617d', - color0 = '#896eb5', + default_color = '#a380d7', + color0 = '#80849f', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..f9c4956 --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..533d5e5 --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..a28859d --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc index c0dacd2..e0d7c21 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -2,13 +2,13 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', -- BORDERS draw_borders = false, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc index 63ccdda..9a2c4b3 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -2,14 +2,14 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'top_right', - gap_x = 30, + alignment = 'bottom_middle', + gap_x = 0, gap_y = 60, -- FONTS @@ -19,14 +19,14 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', -- BORDERS draw_borders = false, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile b/lang/pl/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile new file mode 100644 index 0000000..b17c575 --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/mount_points_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/Network_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc index 71f64ad..ba61100 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -4,15 +4,15 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'top_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, @@ -21,18 +21,18 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 1, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..da56161 --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color0 = '#d8a757', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc index 849097b..b3be63e 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#3c1f1e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 30, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..6f24d7e --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#1d2021', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#ddc7a1', + color2 = '#89b482', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc index 7059adf..377d2d9 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc @@ -2,14 +2,14 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', - gap_x = 0, + alignment = 'bottom_right', + gap_x = 30, gap_y = 60, minimum_width = '200', @@ -20,13 +20,13 @@ conky.config = { override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc index f33aa37..9bd13db 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc @@ -2,36 +2,36 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#0d3138', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', - alignment = 'top_left', + alignment = 'bottom_left', gap_x = 30, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc index fd895f6..93881ae 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#2a2c39', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', + color2 = '#89b482', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc index 79d2f9e..8619f1b 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc @@ -2,37 +2,37 @@ conky.config = { own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#2a2c39', + own_window_colour = '#1d2021', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', - alignment = 'bottom_right', + alignment = 'top_right', gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', - color1 = '#88593a', - color2 = '#8e6106', + default_color = '#ddc7a1', + color0 = '#d8a757', + color1 = '#a9b665', + color2 = '#89b482', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc index 79167fc..da75ca0 100644 --- a/lang/pl/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc @@ -2,9 +2,9 @@ conky.config = { -- WINDOW own_window = true, own_window_type = 'desktop', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#2a2c39', + own_window_colour = '#282828', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#d4be98', - color0 = '#5e5445', + default_color = '#ddc7a1', + color0 = '#d8a757', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..2a298b1 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..fb670c6 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..6103281 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc index 66510bf..e426ec8 100644 --- a/lang/pl/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc index c98b807..d0fcbf3 100644 --- a/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -8,13 +8,13 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', + alignment = 'top_left', gap_x = 30, - gap_y = 360, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/conky-sessionfile b/lang/pl/.config/blob/Istredd/conky/conky-sessionfile index 72a9e9d..ba0fd1d 100644 --- a/lang/pl/.config/blob/Istredd/conky/conky-sessionfile +++ b/lang/pl/.config/blob/Istredd/conky/conky-sessionfile @@ -2,3 +2,4 @@ conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc index 4598720..3be9cf1 100644 --- a/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -8,15 +8,15 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_outline_color = '#222222', default_color = '#309552', - color0 = '#fbfdfd', + color0 = '#accdc7', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..3cbc80e --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color0 = '#accdc7', + cpu_avg_samples = 2, + + draw_borders = true, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc index f7a06e6..48e4d16 100644 --- a/lang/pl/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc @@ -9,13 +9,13 @@ conky.config = { own_window_title = 'Mabox Tools Conky', alignment = 'bottom_left', - gap_x = 260, + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..3ffb140 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = false, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#309552', + color2 = '#e8cb2d', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc index ed265e5..a0c820b 100644 --- a/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc @@ -8,14 +8,14 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_middle', - gap_x = 0, + alignment = 'bottom_right', + gap_x = 30, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc index 415b002..39483b9 100644 --- a/lang/pl/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc index 1b56f21..b2a5be1 100644 --- a/lang/pl/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc index 4c2f2f1..6c18f09 100644 --- a/lang/pl/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc @@ -14,7 +14,7 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -27,12 +27,12 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#61c4bc', + color2 = '#e8cb2d', cpu_avg_samples = 2, draw_borders = true, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc index 49c2b5c..1ae4bf7 100644 --- a/lang/pl/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -31,7 +31,7 @@ conky.config = { -- BORDERS draw_borders = true, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..bfc6f49 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..641e4ec --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..27cd4ad --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc index 2489551..c49e3db 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc index 41ba756..e1dc265 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', - color1 = '#ac3a11', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc index d6a3857..cff5ddd 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..e60748f --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc index 0c13655..c6cefce 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#434c5e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'top_left', - gap_x = 30, + alignment = 'bottom_left', + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#accdc7', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..cca4279 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc index 862e915..96aa4d2 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#69a677', - color0 = '#bcd7d2', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc index 5459db8..5302819 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#3b4252', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#accdc7', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc index a3fb989..e940f92 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 260, + gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#accdc7', - color1 = '#61c4bc', - color2 = '#61c4bc', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', + color2 = '#d08670', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc index 384981f..ea2d639 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#142c2c', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#accdc7', - color1 = '#61c4bc', - color2 = '#61c4bc', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', + color2 = '#d08670', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc index f36b391..6358b71 100644 --- a/lang/pl/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#142c2c', + own_window_colour = '#4c566a', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#309552', - color0 = '#accdc7', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..bfc6f49 --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/CPU_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_colourto = '#222222', + own_window_class = 'Conky', + own_window_title = 'Mabox CPU Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 240, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}CPU$alignr$cpu% +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +$font$color0${top name 1}$alignr$color${top cpu 1}% +$color0${top name 2}$alignr$color${top cpu 2}% +$color0${top name 3}$alignr$color${top cpu 3}% +$color0${top name 4}$alignr$color${top cpu 4}% +$color0${top name 5}$alignr$color${top cpu 5}% +]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/Network_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..641e4ec --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/Network_mbcolor.conkyrc @@ -0,0 +1,79 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Network Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}SIEĆ +${color}Urządzenie ${alignr}${color0}enp0s3 +${color}Adres IP ${alignr}${color0}${addr enp0s3} +${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload +${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t} +${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up +${color0}${hr} +${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} +]]; diff --git a/lang/pl/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..27cd4ad --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/RAM_mbcolor.conkyrc @@ -0,0 +1,80 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox RAM Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 420, + minimum_height = 64, + minimum_width = 64, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, +-- graph borders + draw_graph_borders = true, + + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + short_units = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${color}RAM${alignr 4}$legacymem / $memmax +$color2$alignr${memgraph 50,190 -t}${voffset -6} +$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} +$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} +$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} +]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc index 31844ff..c49e3db 100644 --- a/lang/pl/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock and Date', - alignment = 'top_middle', + alignment = 'bottom_middle', gap_x = 0, gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc index 2315149..e1dc265 100644 --- a/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -4,17 +4,17 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Simple Clock', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 360, + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -24,14 +24,14 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc index 6be55d5..cff5ddd 100644 --- a/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -4,19 +4,19 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Logo', - alignment = 'bottom_right', - gap_x = 30, - gap_y = 60, - minimum_height = 128, - minimum_width = 128, + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 64, + minimum_width = 64, -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -26,13 +26,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, @@ -63,7 +63,7 @@ conky.config = { }; conky.text = [[ -${image ~/.config/conky/images/mabox_3d.png -s 128x128} +${image ~/.config/conky/images/mabox_3d.png -s 64x64} ]]; diff --git a/lang/pl/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..e60748f --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/mabox_info_mbcolor.conkyrc @@ -0,0 +1,57 @@ +conky.config = { + + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Info Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color0 = '#E5CDAB', + cpu_avg_samples = 2, + + draw_borders = false, + stippled_borders = 0, + border_inner_margin = 8, + border_outer_margin = 8, + border_width = 1, + draw_graph_borders = true, + + background = true, + no_buffers = true, + imlib_cache_size = 0, + short_units = true, + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} +$alignr${execi 10000 whoami}@${nodename} +${alignr}${color0}uptime ${color}${uptime_short} +${alignr}${color0}${alignr}jądro ${color}${kernel} +${alignr}${color0}${alignr}arch ${color}${machine} +${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10} +${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color} +${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l} +${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G} +#${voffset -50} +]]; diff --git a/lang/pl/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc index 444539f..c6cefce 100644 --- a/lang/pl/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc @@ -4,34 +4,34 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#434c5e', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'bottom_right', - gap_x = 30, + alignment = 'bottom_left', + gap_x = 240, gap_y = 60, minimum_width = '200', -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..cca4279 --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/mount_points_mbcolor.conkyrc @@ -0,0 +1,68 @@ +conky.config = { +-- WINDOW + own_window = true, + own_window_type = 'desktop', + own_window_transparent = true, + own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', + own_window_colour = '#2e3440', + own_window_class = 'Conky', + own_window_title = 'Mabox Mountpoints Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 240, +-- minimum_height = 64, + minimum_width = 240, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#81a1c1', + color2 = '#d08670', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + +-- MISC +-- Boolean value, if true, Conky will be forked to background when started. + background = true, + +-- Adds spaces around certain objects to stop them from moving other things +-- around, this only helps if you are using a mono font +-- Options: right, left or none + use_spacer = 'none', + +-- Subtract (file system) buffers from used memory? + no_buffers = true, + +-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use +-- $image lots. Set to 0 to disable the image cache. +--imlib_cache_size = 0, + +-- Use the Xdbe extension? (eliminates flicker) +-- It is highly recommended to use own window with this one +-- so double buffer won't be so big. + double_buffer = true, + update_interval = 1, +}; + +conky.text = [[ +${execpi 3 conkymountpoints.sh}]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc index bdabede..96aa4d2 100644 --- a/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', @@ -15,7 +15,7 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, @@ -25,13 +25,13 @@ conky.config = { draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc index bb06ee5..5302819 100644 --- a/lang/pl/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#3b4252', own_window_class = 'Conky', own_window_title = 'Mabox Shortcuts Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc index a5b3724..e940f92 100644 --- a/lang/pl/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc @@ -4,35 +4,35 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Graph Conky', alignment = 'top_right', - gap_x = 260, + gap_x = 30, gap_y = 60, minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', + color2 = '#d08670', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc index b338047..ea2d639 100644 --- a/lang/pl/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#252b35', + own_window_colour = '#2e3440', own_window_class = 'Conky', own_window_title = 'Mabox Sysinfo Bar Conky', @@ -14,25 +14,25 @@ conky.config = { minimum_width = '200', use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, - draw_shades = true, + draw_shades = false, default_shade_color = '#222222', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', - color1 = '#bf616a', - color2 = '#8fbcbb', + default_color = '#81a1c1', + color0 = '#E5CDAB', + color1 = '#bf616b', + color2 = '#d08670', cpu_avg_samples = 2, draw_borders = false, - stippled_borders = 3, + stippled_borders = 0, border_inner_margin = 8, border_outer_margin = 8, border_width = 1, @@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} # -${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /} +${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} +$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr$color pamięć ${color0}$legacymem - $memmax #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc index c42113f..6358b71 100644 --- a/lang/pl/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc +++ b/lang/pl/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc @@ -4,7 +4,7 @@ conky.config = { own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#252b35', + own_window_colour = '#4c566a', own_window_class = 'Conky', own_window_title = 'Mabox Terminator Conky', @@ -15,23 +15,23 @@ conky.config = { -- FONTS use_xft = true, - font = 'Ubuntu:size=9', + font = 'Ubuntu:size=8', xftalpha = 1, override_utf8_locale = true, -- COLORS - draw_shades = true, + draw_shades = false, default_shade_color = '#000000', draw_outline = false, default_outline_color = '#222222', - default_color = '#5e81ac', - color0 = '#f2deb6', + default_color = '#81a1c1', + color0 = '#E5CDAB', -- BORDERS draw_borders = false, -- Stippled borders? - stippled_borders = 3, + stippled_borders = 0, -- border margins border_inner_margin = 8, border_outer_margin = 8, diff --git a/lang/pl/.config/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/conky/CPU_mbcolor.conkyrc index dca92ae..2a298b1 100644 --- a/lang/pl/.config/conky/CPU_mbcolor.conkyrc +++ b/lang/pl/.config/conky/CPU_mbcolor.conkyrc @@ -29,7 +29,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/pl/.config/conky/Network_mbcolor.conkyrc b/lang/pl/.config/conky/Network_mbcolor.conkyrc index 063fcb0..fb670c6 100644 --- a/lang/pl/.config/conky/Network_mbcolor.conkyrc +++ b/lang/pl/.config/conky/Network_mbcolor.conkyrc @@ -28,7 +28,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/pl/.config/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/conky/RAM_mbcolor.conkyrc index 16bdfed..6103281 100644 --- a/lang/pl/.config/conky/RAM_mbcolor.conkyrc +++ b/lang/pl/.config/conky/RAM_mbcolor.conkyrc @@ -28,7 +28,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/pl/.config/conky/conky-sessionfile b/lang/pl/.config/conky/conky-sessionfile index 72a9e9d..ba0fd1d 100644 --- a/lang/pl/.config/conky/conky-sessionfile +++ b/lang/pl/.config/conky/conky-sessionfile @@ -2,3 +2,4 @@ conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/conky/mount_points_mbcolor.conkyrc index ae23b83..3ffb140 100644 --- a/lang/pl/.config/conky/mount_points_mbcolor.conkyrc +++ b/lang/pl/.config/conky/mount_points_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_outline_color = '#222222', default_color = '#309552', - color2 = '#3dd425', + color2 = '#e8cb2d', -- BORDERS draw_borders = true, diff --git a/lang/pl/.config/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/conky/quoter_mbcolor.conkyrc index c0df9f0..a0c820b 100644 --- a/lang/pl/.config/conky/quoter_mbcolor.conkyrc +++ b/lang/pl/.config/conky/quoter_mbcolor.conkyrc @@ -8,8 +8,8 @@ conky.config = { own_window_class = 'Conky', own_window_title = 'Mabox Tools Conky', - alignment = 'top_middle', - gap_x = 0, + alignment = 'bottom_right', + gap_x = 30, gap_y = 60, minimum_width = '200', diff --git a/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc index a6728fe..b2a5be1 100644 --- a/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#3dd425', + color2 = '#e8cb2d', cpu_avg_samples = 2, diff --git a/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc index 5f2a577..6c18f09 100644 --- a/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc @@ -27,7 +27,7 @@ conky.config = { default_color = '#309552', color0 = '#accdc7', color1 = '#61c4bc', - color2 = '#3dd425', + color2 = '#e8cb2d', cpu_avg_samples = 2,