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..af3d728 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.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 new file mode 100644 index 0000000..4598720 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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 = '#fbfdfd', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + 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 new file mode 100644 index 0000000..a846d5c --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..8d5bf41 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..6fb5baf --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c /home/dn/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/clock_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.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 new file mode 100644 index 0000000..6470bb2 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..b0fac06 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_left', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..a93614b --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..0c141a6 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + diff --git a/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..855635a --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + color2 = '#6cabcd', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..a7b79f9 --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + color2 = '#c76199', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..622069c --- /dev/null +++ b/lang/en/.config/blob/Bunsen/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..aaad7ba --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7b32a36 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..4f03542 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/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/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..caef887 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + 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 new file mode 100644 index 0000000..85cd49d --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d5d9262 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..3cc70b5 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'top_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + 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 new file mode 100644 index 0000000..e2ac8a8 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + color2 = '#552e66', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..19c93e9 --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + color2 = '#552e66', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..4a4202c --- /dev/null +++ b/lang/en/.config/blob/CyberPunk_Neon/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..92b8f3c --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..fca3720 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..4f03542 --- /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 new file mode 100644 index 0000000..0630030 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..45cd431 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..1593077 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..ac92979 --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'top_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + diff --git a/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..522f62f --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + color2 = '#552e66', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..70f5c7e --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + color2 = '#552e66', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..0f32cfc --- /dev/null +++ b/lang/en/.config/blob/Dracula/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..c0dacd2 --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..63ccdda --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..45c1a5d --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.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 new file mode 100644 index 0000000..71f64ad --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + 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 new file mode 100644 index 0000000..d1100b5 --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'top_left', + gap_x = 220, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..7059adf --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..7e96576 --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#130f2d', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'top_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + 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 new file mode 100644 index 0000000..0095b8e --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + color2 = '#8e6106', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..dda6f7a --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + color2 = '#8e6106', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..f23971f --- /dev/null +++ b/lang/en/.config/blob/Gruvbox-Mabox/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..66510bf --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..c98b807 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..4598720 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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 = '#fbfdfd', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..a1d9754 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 Tools Conky', + + alignment = 'bottom_left', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..ed265e5 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/quoter_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 Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..e626be3 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 Shortcuts Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + diff --git a/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..4a16f3c --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + + 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', + color1 = '#61c4bc', + color2 = '#61c4bc', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..05b2e45 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + 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', + color1 = '#61c4bc', + color2 = '#61c4bc', + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..b209715 --- /dev/null +++ b/lang/en/.config/blob/Istredd/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..347d6f8 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..08c7d20 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..af3d728 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.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 new file mode 100644 index 0000000..3cfd569 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + 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 new file mode 100644 index 0000000..9b361b6 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_left', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..93efb2b --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..bb32453 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + 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 new file mode 100644 index 0000000..c05897d --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + color2 = '#a77000', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..9545948 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + + + draw_shades = false, + default_shade_color = '#222222', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + color2 = '#a77000', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..731c334 --- /dev/null +++ b/lang/en/.config/blob/Mabox-superdesk/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + 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 new file mode 100644 index 0000000..50ee370 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7bf1aa4 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..45c1a5d --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.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 new file mode 100644 index 0000000..c42e87b --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..e6c7395 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/mabox_tools_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_left', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2} +${color0}Main menu ${alignr}${color}super / super+spacebar +${color0}Settings menu ${alignr} ${color}super+s +${color0}Left ${alignr} ${color}ctrl+super+left +${color0}Right ${alignr} ${color}ctrl+super+right +${color0}Places ${alignr} ${color}super+. +${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2} +${color0}Tint2 ${alignr}${color}super+alt+p +${color0}Conky ${alignr}${color}super+alt+k +${color0}Menu/Panels ${alignr}${color}super+alt+m +${color0}Wallpaper ${alignr}${color}super+alt+w +${color0}ScreenLocker ${alignr}${color}super+alt+l +${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2} +${color0}Command Palette ${alignr}${color}super+F1 +${color0}Colorizer ${alignr}${color}super+alt+o +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Exit dialog ${alignr}${color}super+x +${color0}Screenshot tool ${alignr}${color}super+PrtScr +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d7683c5 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..34a71d1 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,94 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Shortcuts Conky', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}RUN${alignr}${color0}super = windows key${voffset -8} +${color0}${hr 1}${voffset -4} +${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal ${alignr}${color}ctrl+~ +${color0}file manager ${alignr}${color}super+f +${color0}web browser ${alignr}${color}super+w +${color0}text editor ${alignr}${color}super+e +${color0}file search ${alignr}${color}super+/ +${color0}galculator ${alignr}${color}super+g +${color0}internet radio ${alignr}${color}super+r +${color0}volume control ${alignr}${color}super+v +${color0}toggle Picom ${alignr}${color}super+p +${color0}toggle Conky ${alignr}${color}super+c +${color0}lock screen ${alignr}${color}super+l +${color0}exit ${alignr}${color}super+x +${color}WINDOWS ${color0} ${hr 1}${voffset -2} +${color0}close ${alignr} ${color}alt+F4 +${color0}iconify ${alignr} ${color}alt+F5 +${color0}maximize ${alignr} ${color}alt+F6 +${color0}show desktop ${alignr} ${color}super+d +${color0}un/decorate ${alignr} ${color}super+b +${color0}toggle fullscreen ${alignr} ${color}F11 +${color}windows placement: +${color0} - half screen ${alignr} ${color}super+arrows +${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9] +${color}DESKTOPS ${color0} ${hr 1}${voffset -2} +${color0}go to desktop ${alignr} ${color}super+[1..4] +]]; + + diff --git a/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..ec75cca --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/sysinfo_graph_mbcolor.conkyrc @@ -0,0 +1,86 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Graph Conky', + + alignment = 'top_right', + gap_x = 260, + gap_y = 60, + minimum_width = '200', + + 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 = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + color2 = '#8fbcbb', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24} +$color2$alignr${cpugraph 50,190 -l -t}${voffset -6} +${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24} +$color2$alignr${memgraph 50,190 -l -t}${voffset -6} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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 -g}${font}${color} +#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${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/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..4baa483 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Sysinfo Bar Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + 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 = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + color2 = '#8fbcbb', + cpu_avg_samples = 2, + + + draw_borders = false, + 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 = [[ +$color${font Cantarell:size=16}${time %A}$font\ +${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font +$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\ +${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font +${goto 18}${color}CPU$alignr$cpu% +${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2} +${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}% +${goto 18}$color0${top name 2}$alignr$color${top cpu 2}% +${goto 18}$color0${top name 3}$alignr$color${top cpu 3}% +${goto 18}$color0${top name 4}$alignr$color${top cpu 4}% +${goto 18}$color0${top name 5}$alignr$color${top cpu 5}% +# +${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax +${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2} +${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2} +${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 /} +$alignr$color memory ${color0}$legacymem - $memmax +#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap +# +${voffset 10}$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/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..9abed55 --- /dev/null +++ b/lang/en/.config/blob/Nordic/conky/tiling_terminal_mbcolor.conkyrc @@ -0,0 +1,84 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Terminator Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${color}TILING TERMINAL WORKFLOW +${color}RUN ${color0}${hr 1} +${voffset -2}${color0}terminal ${alignr}${color}super+t +${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~ +${color}SPLIT ${color0}${hr 1} +${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o +${color0}vertically ${alignr}${color}ctrl+shift+e +${color}USEFULL ACTIONS ${color0}${hr 1} +${voffset -2}${color0}change focus${alignr}${color}alt+arrows +${color0}resize active ${alignr}${color}ctrl+shift+arrows +${color0}zoom active terminal ${alignr}${color}ctrl+shift+x +${color0}fullscreen ${alignr}${color}super+enter,F11 +${color0}close terminal ${alignr}${color}ctrl+shift+w +${color}FONT SIZE ${color0}${hr 1}${voffset -2} +${color0}increase ${alignr}${alignr}${color}ctrl++ +${color0}decrease ${alignr}${color}ctrl+- +${color0}reset ${alignr}${color}ctrl+0 +]]; + + diff --git a/lang/es/.config/blob/ArcDark/conky/conky-sessionfile b/lang/es/.config/blob/ArcDark/conky/conky-sessionfile new file mode 100644 index 0000000..af3d728 --- /dev/null +++ b/lang/es/.config/blob/ArcDark/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..8d5bf41 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Bunsen/conky/conky-sessionfile b/lang/es/.config/blob/Bunsen/conky/conky-sessionfile new file mode 100644 index 0000000..6fb5baf --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c /home/dn/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/clock_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_graph_mbcolor.conkyrc & sleep .5 diff --git a/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..6470bb2 --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..a93614b --- /dev/null +++ b/lang/es/.config/blob/Bunsen/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..aaad7ba --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7b32a36 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/conky-sessionfile b/lang/es/.config/blob/CyberPunk_Neon/conky/conky-sessionfile new file mode 100644 index 0000000..4f03542 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/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/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..caef887 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d5d9262 --- /dev/null +++ b/lang/es/.config/blob/CyberPunk_Neon/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..92b8f3c --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..fca3720 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/conky-sessionfile b/lang/es/.config/blob/Dracula/conky/conky-sessionfile new file mode 100644 index 0000000..4f03542 --- /dev/null +++ b/lang/es/.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/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..0630030 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..1593077 --- /dev/null +++ b/lang/es/.config/blob/Dracula/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..c0dacd2 --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..63ccdda --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile b/lang/es/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile new file mode 100644 index 0000000..45c1a5d --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..71f64ad --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..7059adf --- /dev/null +++ b/lang/es/.config/blob/Gruvbox-Mabox/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..66510bf --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..c98b807 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..4598720 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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 = '#fbfdfd', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..ed265e5 --- /dev/null +++ b/lang/es/.config/blob/Istredd/conky/quoter_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 Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..347d6f8 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..08c7d20 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/conky-sessionfile b/lang/es/.config/blob/Mabox-superdesk/conky/conky-sessionfile new file mode 100644 index 0000000..af3d728 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..3cfd569 --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..93efb2b --- /dev/null +++ b/lang/es/.config/blob/Mabox-superdesk/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..50ee370 --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7bf1aa4 --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/conky-sessionfile b/lang/es/.config/blob/Nordic/conky/conky-sessionfile new file mode 100644 index 0000000..45c1a5d --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 diff --git a/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..c42e87b --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/es/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d7683c5 --- /dev/null +++ b/lang/es/.config/blob/Nordic/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + diff --git a/lang/pl/.config/blob/ArcDark/conky/conky-sessionfile b/lang/pl/.config/blob/ArcDark/conky/conky-sessionfile new file mode 100644 index 0000000..af3d728 --- /dev/null +++ b/lang/pl/.config/blob/ArcDark/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..8d5bf41 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + color1 = '#db9d61', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/Bunsen/conky/conky-sessionfile b/lang/pl/.config/blob/Bunsen/conky/conky-sessionfile new file mode 100644 index 0000000..6fb5baf --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/conky-sessionfile @@ -0,0 +1,5 @@ +conky -c /home/dn/.config/conky/logo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/clock_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_graph_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..6470bb2 --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Bunsen/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..a93614b --- /dev/null +++ b/lang/pl/.config/blob/Bunsen/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#bbbdbe', + color0 = '#c8ac69', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..aaad7ba --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7b32a36 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + color1 = '#fbfdfc', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/conky-sessionfile b/lang/pl/.config/blob/CyberPunk_Neon/conky/conky-sessionfile new file mode 100644 index 0000000..4f03542 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/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/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..caef887 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d5d9262 --- /dev/null +++ b/lang/pl/.config/blob/CyberPunk_Neon/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#a5439e', + color0 = '#3a4c89', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..92b8f3c --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..fca3720 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + color1 = '#c76199', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/conky-sessionfile b/lang/pl/.config/blob/Dracula/conky/conky-sessionfile new file mode 100644 index 0000000..4f03542 --- /dev/null +++ b/lang/pl/.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/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..0630030 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Dracula/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..1593077 --- /dev/null +++ b/lang/pl/.config/blob/Dracula/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5d617d', + color0 = '#896eb5', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..c0dacd2 --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..63ccdda --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + color1 = '#88593a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 0, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + 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..45c1a5d --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_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 new file mode 100644 index 0000000..71f64ad --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 1, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..7059adf --- /dev/null +++ b/lang/pl/.config/blob/Gruvbox-Mabox/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=8', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#d4be98', + color0 = '#5e5445', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..66510bf --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..c98b807 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + color1 = '#61c4bc', + +-- BORDERS + draw_borders = true, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..4598720 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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 = '#fbfdfd', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Istredd/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..ed265e5 --- /dev/null +++ b/lang/pl/.config/blob/Istredd/conky/quoter_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 Tools Conky', + + alignment = 'bottom_middle', + gap_x = 0, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + 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', + +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..347d6f8 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..08c7d20 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + color1 = '#ac3a11', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/conky-sessionfile b/lang/pl/.config/blob/Mabox-superdesk/conky/conky-sessionfile new file mode 100644 index 0000000..af3d728 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/conky-sessionfile @@ -0,0 +1,4 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/quoter_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..3cfd569 --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..93efb2b --- /dev/null +++ b/lang/pl/.config/blob/Mabox-superdesk/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = true, + default_outline_color = '#222222', + + default_color = '#69a677', + color0 = '#bcd7d2', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + + 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 new file mode 100644 index 0000000..50ee370 --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/clock_and_date_mbcolor.conkyrc @@ -0,0 +1,73 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock and Date', + + alignment = 'top_middle', + gap_x = 0, + gap_y = 60, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ +${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font} +${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}% + + + +]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..7bf1aa4 --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/clock_mbcolor.conkyrc @@ -0,0 +1,71 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Simple Clock', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 360, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + color1 = '#bf616a', + +-- BORDERS + draw_borders = false, +-- Stippled borders? + stippled_borders = 3, +-- border margins + border_inner_margin = 8, + border_outer_margin = 8, +-- border width + border_width = 1, + short_units = 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 = [[ + +${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/conky-sessionfile b/lang/pl/.config/blob/Nordic/conky/conky-sessionfile new file mode 100644 index 0000000..45c1a5d --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/conky-sessionfile @@ -0,0 +1,3 @@ +conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5 +conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5 diff --git a/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..c42e87b --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/logo_mbcolor.conkyrc @@ -0,0 +1,69 @@ +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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Logo', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_height = 128, + minimum_width = 128, + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 = [[ +${image ~/.config/conky/images/mabox_3d.png -s 128x128} +]]; + + diff --git a/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc b/lang/pl/.config/blob/Nordic/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d7683c5 --- /dev/null +++ b/lang/pl/.config/blob/Nordic/conky/quoter_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 = '#142c2c', + own_window_class = 'Conky', + own_window_title = 'Mabox Tools Conky', + + alignment = 'bottom_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Ubuntu:size=9', + xftalpha = 1, + override_utf8_locale = true, + +-- COLORS + draw_shades = false, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#5e81ac', + color0 = '#f2deb6', + +-- BORDERS + draw_borders = false, +-- 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 1800 quote.sh} +]]; + +