diff --git a/lang/en/.config/conky/CPU_mbcolor.conkyrc b/lang/en/.config/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..b672d8f --- /dev/null +++ b/lang/en/.config/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_left', + gap_x = 1094, + gap_y = 752, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/Network_mbcolor.conkyrc b/lang/en/.config/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..283ef2b --- /dev/null +++ b/lang/en/.config/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 = 'top_left', + gap_x = 1425, + gap_y = 835, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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}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 +${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/conky/RAM_mbcolor.conkyrc b/lang/en/.config/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..59695d8 --- /dev/null +++ b/lang/en/.config/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_left', + gap_x = 1175, + gap_y = 532, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/mabox_info_mbcolor.conkyrc b/lang/en/.config/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..44f6ef7 --- /dev/null +++ b/lang/en/.config/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 = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=9', + 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 = 3, + 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/conky/mount_points_mbcolor.conkyrc b/lang/en/.config/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..085af20 --- /dev/null +++ b/lang/en/.config/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 = 'top_left', + gap_x = 1367, + gap_y = 749, +-- 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/conky/sysinfo_graph_mbcolor.conkyrc index 4a16f3c..576934d 100644 --- a/lang/en/.config/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/en/.config/conky/sysinfo_graph_mbcolor.conkyrc @@ -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/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/conky/sysinfo_mbcolor.conkyrc index 05b2e45..e27ff31 100644 --- a/lang/en/.config/conky/sysinfo_mbcolor.conkyrc +++ b/lang/en/.config/conky/sysinfo_mbcolor.conkyrc @@ -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/es/.config/conky/CPU_mbcolor.conkyrc b/lang/es/.config/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..b672d8f --- /dev/null +++ b/lang/es/.config/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_left', + gap_x = 1094, + gap_y = 752, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/Network_mbcolor.conkyrc b/lang/es/.config/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..283ef2b --- /dev/null +++ b/lang/es/.config/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 = 'top_left', + gap_x = 1425, + gap_y = 835, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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}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 +${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 new file mode 100644 index 0000000..59695d8 --- /dev/null +++ b/lang/es/.config/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_left', + gap_x = 1175, + gap_y = 532, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/mabox_info_mbcolor.conkyrc b/lang/es/.config/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..44f6ef7 --- /dev/null +++ b/lang/es/.config/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 = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=9', + 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 = 3, + 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/conky/mount_points_mbcolor.conkyrc b/lang/es/.config/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..085af20 --- /dev/null +++ b/lang/es/.config/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 = 'top_left', + gap_x = 1367, + gap_y = 749, +-- 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/sysinfo_graph_mbcolor.conkyrc b/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc index 62aa353..6513da9 100644 --- a/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/es/.config/conky/sysinfo_graph_mbcolor.conkyrc @@ -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/conky/sysinfo_mbcolor.conkyrc b/lang/es/.config/conky/sysinfo_mbcolor.conkyrc index bd9efb6..08780ad 100644 --- a/lang/es/.config/conky/sysinfo_mbcolor.conkyrc +++ b/lang/es/.config/conky/sysinfo_mbcolor.conkyrc @@ -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/pl/.config/conky/CPU_mbcolor.conkyrc b/lang/pl/.config/conky/CPU_mbcolor.conkyrc new file mode 100644 index 0000000..b672d8f --- /dev/null +++ b/lang/pl/.config/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_left', + gap_x = 1094, + gap_y = 752, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/Network_mbcolor.conkyrc b/lang/pl/.config/conky/Network_mbcolor.conkyrc new file mode 100644 index 0000000..283ef2b --- /dev/null +++ b/lang/pl/.config/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 = 'top_left', + gap_x = 1425, + gap_y = 835, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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}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 +${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/conky/RAM_mbcolor.conkyrc b/lang/pl/.config/conky/RAM_mbcolor.conkyrc new file mode 100644 index 0000000..59695d8 --- /dev/null +++ b/lang/pl/.config/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_left', + gap_x = 1175, + gap_y = 532, + 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/mabox_info_mbcolor.conkyrc b/lang/pl/.config/conky/mabox_info_mbcolor.conkyrc new file mode 100644 index 0000000..4157d80 --- /dev/null +++ b/lang/pl/.config/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 = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = 240, + + use_xft = true, + font = 'Ubuntu:size=9', + 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 = 3, + 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/conky/mount_points_mbcolor.conkyrc b/lang/pl/.config/conky/mount_points_mbcolor.conkyrc new file mode 100644 index 0000000..085af20 --- /dev/null +++ b/lang/pl/.config/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 = 'top_left', + gap_x = 1367, + gap_y = 749, +-- 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 = '#3dd425', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- 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/conky/sysinfo_graph_mbcolor.conkyrc b/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc index 1b56f21..4d8ce67 100644 --- a/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc +++ b/lang/pl/.config/conky/sysinfo_graph_mbcolor.conkyrc @@ -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/conky/sysinfo_mbcolor.conkyrc b/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc index 4c2f2f1..71d3266 100644 --- a/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc +++ b/lang/pl/.config/conky/sysinfo_mbcolor.conkyrc @@ -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 #