diff --git a/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/clock_and_date_mbcolor.conkyrc new file mode 100644 index 0000000..55de020 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = '#108e71', + color0 = '#63625a', + color1 = '#50fafa', + +-- 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/ArcDark/conky/clock_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..f76f05e --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#108e71', + color0 = '#63625a', + color1 = '#50fafa', + +-- 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/ArcDark/conky/mabox_tools_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..748efed --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = '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 = '#108e71', + color0 = '#63625a', + +-- 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/ArcDark/conky/quoter_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..d16fad5 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = true, + default_shade_color = '#000000', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#108e71', + color0 = '#63625a', + +-- 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/ArcDark/conky/shortcuts_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..00af496 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = '#108e71', + color0 = '#63625a', + +-- 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/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..f6cfcb9 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = true, + default_shade_color = '#222222', + draw_outline = false, + default_outline_color = '#222222', + + default_color = '#108e71', + color0 = '#63625a', + color1 = '#50fafa', + color2 = '#50fafa', + 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/ArcDark/conky/sysinfo_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..cf48134 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = '#108e71', + color0 = '#63625a', + color1 = '#50fafa', + color2 = '#50fafa', + 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/ArcDark/conky/tiling_terminal_mbcolor.conkyrc b/lang/en/.config/blob/ArcDark/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..13b3c83 --- /dev/null +++ b/lang/en/.config/blob/ArcDark/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 = '#108e71', + color0 = '#63625a', + +-- 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/mabox/settings.csv b/lang/en/.config/mabox/settings.csv index 398e83d..1054d83 100644 --- a/lang/en/.config/mabox/settings.csv +++ b/lang/en/.config/mabox/settings.csv @@ -5,6 +5,8 @@ Theme manager,mb-obthemes,preferences-desktop-theme ^sep(Desktop) Wallpaper,nitrogen,nitrogen Look and Feel,lxappearance,preferences-desktop-theme +Reload GTK,reload-gtk,reload +^sep() Menu/Sidepanels,^pipe(jgmenusettings-pipe),menu-editor Tint2 panels,^pipe(jgtint2-pipe),tint2conf Conkies,^pipe(jgconky-pipe),desktop-effects @@ -24,5 +26,5 @@ Autostart,^checkout(autostart),geany RC - configuration file,geany ~/.config/openbox/rc.xml,geany Reconfigure Openbox,openbox --reconfigure,openbox ^sep() -Edit Settings menu,xdg-open ~/.config/mabox/settings.csv +Edit Settings menu,xdg-open ~/.config/mabox/settings.csv,geany diff --git a/lang/es/.config/mabox/settings.csv b/lang/es/.config/mabox/settings.csv index c6fe0d5..65f067f 100644 --- a/lang/es/.config/mabox/settings.csv +++ b/lang/es/.config/mabox/settings.csv @@ -26,4 +26,4 @@ Reinicio,^checkout(autostart),geany RC - ajustes de archivo,geany ~/.config/openbox/rc.xml,geany Reconfigurar Openbox,openbox --reconfigure,openbox ^sep() -Editar Configuración Menu,xdg-open ~/.config/mabox/settings.csv +Editar Configuración Menu,xdg-open ~/.config/mabox/settings.csv,geany diff --git a/lang/pl/.config/mabox/settings.csv b/lang/pl/.config/mabox/settings.csv index 7ba909f..4c1d761 100644 --- a/lang/pl/.config/mabox/settings.csv +++ b/lang/pl/.config/mabox/settings.csv @@ -26,4 +26,4 @@ Autostart,^checkout(autostart),geany RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany Rekonfiguruj Openbox,openbox --reconfigure,openbox ^sep() -Edytuj Menu ustawień,xdg-open ~/.config/mabox/settings.csv +Edytuj Menu ustawień,xdg-open ~/.config/mabox/settings.csv,geany diff --git a/lang/pl/.config/wpg/templates/mabox_colorize.tint2rc.base b/lang/pl/.config/wpg/templates/mabox_colorize.tint2rc.base index 2f34e39..d5065db 100644 --- a/lang/pl/.config/wpg/templates/mabox_colorize.tint2rc.base +++ b/lang/pl/.config/wpg/templates/mabox_colorize.tint2rc.base @@ -48,7 +48,7 @@ border_color_pressed = {color15} 100 # Panel panel_items = PPPPPLETSEPCBPP panel_size = 100% 32 -panel_margin = 4 2 +panel_margin = 0 0 panel_padding = 2 2 1 panel_background_id = 1 wm_menu = 1