diff --git a/share/mabox-colorizer/conky/clock_and_date_mbcolor.conkyrc b/share/mabox-colorizer/conky/clock_and_date_mbcolor.conkyrc new file mode 100644 index 0000000..c570fa4 --- /dev/null +++ b/share/mabox-colorizer/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', + + alignment = 'middle_middle', + gap_x = 0, + gap_y = 0, + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = 2, +-- 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/share/mabox-colorizer/conky/clock_mbcolor.conkyrc b/share/mabox-colorizer/conky/clock_mbcolor.conkyrc new file mode 100644 index 0000000..d8cce22 --- /dev/null +++ b/share/mabox-colorizer/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 = 340, + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = 2, +-- 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 Cantarell:size=100:bold}${color1}${time %k:%M}${font} +${voffset 20}${alignr}${color} $cpu% $legacymem +]]; + + diff --git a/share/mabox-colorizer/conky/logo_mbcolor.conkyrc b/share/mabox-colorizer/conky/logo_mbcolor.conkyrc new file mode 100644 index 0000000..4a12cff --- /dev/null +++ b/share/mabox-colorizer/conky/logo_mbcolor.conkyrc @@ -0,0 +1,70 @@ +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 = 20, + gap_y = 60, + minimum_height = 220, + minimum_width = 220, + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = false, +-- Stippled borders? + stippled_borders = 2, +-- 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 $HOME/.config/conky/images/mabox_3d.png -s 220x220} +${voffset 200}${color0}${alignc}M A B O X L I N U X +]]; + + diff --git a/share/mabox-colorizer/conky/mabox_tools_mbcolor.conkyrc b/share/mabox-colorizer/conky/mabox_tools_mbcolor.conkyrc new file mode 100644 index 0000000..4494be1 --- /dev/null +++ b/share/mabox-colorizer/conky/mabox_tools_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 Tools Conky', + + alignment = 'bottom_right', + gap_x = 300, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = 2, +-- 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}Espanso - text expander ${alignr}${color}super+alt+e +${color0}Color Menu ${alignr}${color}super+alt+c +${color0}Colorizer ${alignr}${color}super+alt+o +]]; + + diff --git a/share/mabox-colorizer/conky/mbcolor b/share/mabox-colorizer/conky/mbcolor new file mode 100644 index 0000000..8a9fde8 --- /dev/null +++ b/share/mabox-colorizer/conky/mbcolor @@ -0,0 +1,3 @@ +conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep 1s +conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep 1s +conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep 1s diff --git a/share/mabox-colorizer/conky/quoter_mbcolor.conkyrc b/share/mabox-colorizer/conky/quoter_mbcolor.conkyrc new file mode 100644 index 0000000..0abdad4 --- /dev/null +++ b/share/mabox-colorizer/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 = 'Cantarell: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 = 2, +-- 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 120 quote.sh} +]]; + + diff --git a/share/mabox-colorizer/conky/shortcuts_mbcolor.conkyrc b/share/mabox-colorizer/conky/shortcuts_mbcolor.conkyrc new file mode 100644 index 0000000..402c268 --- /dev/null +++ b/share/mabox-colorizer/conky/shortcuts_mbcolor.conkyrc @@ -0,0 +1,92 @@ +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 Grey', + + alignment = 'bottom_left', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = 2, +-- 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}galculator ${alignr}${color}super+g +${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/share/mabox-colorizer/conky/sysinfo_graph_mbcolor.conkyrc b/share/mabox-colorizer/conky/sysinfo_graph_mbcolor.conkyrc new file mode 100644 index 0000000..a4a513d --- /dev/null +++ b/share/mabox-colorizer/conky/sysinfo_graph_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 Graph Conky', + + alignment = 'top_right', + gap_x = 30, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Cantarell: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 = 2, + 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 1200 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} 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} +]]; diff --git a/share/mabox-colorizer/conky/sysinfo_mbcolor.conkyrc b/share/mabox-colorizer/conky/sysinfo_mbcolor.conkyrc new file mode 100644 index 0000000..bd748c6 --- /dev/null +++ b/share/mabox-colorizer/conky/sysinfo_mbcolor.conkyrc @@ -0,0 +1,83 @@ +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 = 300, + gap_y = 60, + minimum_width = '200', + + use_xft = true, + font = 'Cantarell: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 = 2, + 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 1200 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} 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} +]]; diff --git a/share/mabox-colorizer/conky/tiling_terminal_mbcolor.conkyrc b/share/mabox-colorizer/conky/tiling_terminal_mbcolor.conkyrc new file mode 100644 index 0000000..21f903a --- /dev/null +++ b/share/mabox-colorizer/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_left', + gap_x = 240, + gap_y = 60, + minimum_width = '200', + +-- FONTS + use_xft = true, + font = 'Cantarell: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 = 2, +-- 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/share/mabox-colorizer/themes/MBcolors/openbox-3/bullet.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/bullet.xbm new file mode 100644 index 0000000..a0ee0a3 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 8 +#define bullet_height 8 +static unsigned char bullet_bits[] = { + 0x00, 0x08, 0x10, 0x20, 0x20, 0x10, 0x08, 0x00 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/close.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/close.xbm new file mode 100644 index 0000000..8b0e033 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x81, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x81 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/desk.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/desk.xbm new file mode 100644 index 0000000..daec424 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x18, 0x24, 0x42, 0x81, 0x81, 0x42, 0x24, 0x18 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/desk_toggled.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..6b42c6a --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x18, 0x3c, 0x7e, 0xff, 0xff, 0x7e, 0x3c, 0x18 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/iconify.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/iconify.xbm new file mode 100644 index 0000000..5bcf187 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/max.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/max.xbm new file mode 100644 index 0000000..c6030c2 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/max_toggled.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..1484a66 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xfc, 0x80, 0xbf, 0xa1, 0xa1, 0xa1, 0x21, 0x3f }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/shade.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/shade.xbm new file mode 100644 index 0000000..34ea452 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x18, 0x24, 0x42, 0x81, 0x00, 0x00, 0x00, 0x00 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/shade_toggled.xbm b/share/mabox-colorizer/themes/MBcolors/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..f62073b --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 8 +#define shade_toggled_height 8 +static unsigned char shade_toggled_bits[] = { + 0x81, 0x42, 0x24, 0x18, 0x00, 0x00, 0x00, 0x00 }; diff --git a/share/mabox-colorizer/themes/MBcolors/openbox-3/themerc b/share/mabox-colorizer/themes/MBcolors/openbox-3/themerc new file mode 100644 index 0000000..13d5fd6 --- /dev/null +++ b/share/mabox-colorizer/themes/MBcolors/openbox-3/themerc @@ -0,0 +1,71 @@ +border.width: 1 +padding.width: 4 +padding.height: 4 +window.client.padding.width: 0 +window.client.padding.height: 0 +window.handle.width: 4 + +window.active.label.text.font: shadow=y:shadowtint=70:shadowoffset=1 +window.inactive.label.text.font: shadow=y:shadowtint=20:shadowoffset=1 + +*.active.border.color: #292929 +*.inactive.border.color: #292929 + +window.active.grip.bg: parentrelative +window.inactive.grip.bg: parentrelative +window.*.title.bg: flat vertical gradient +window.*.label.bg: parentrelative +window.*.button.*.bg: parentrelative +window.*.handle.bg: flat vertical gradient +window.*.text.justify: center + +window.active.title.bg.color: #579c8e +window.active.title.bg.colorTo: #41756a +window.active.label.text.color: #ffffff +window.active.button.*.unpressed.image.color: #ffffff +window.active.button.*.disabled.image.color: #8fbdb3 +window.active.button.*.hover.image.color: #abcdc6 +window.active.button.*.pressed.image.color: #2b4e47 +window.active.handle.bg.color: #383838 +window.active.handle.bg.colorTo: #2a2a2a +window.active.grip.bg.color: #383838 +window.active.grip.bg.colorTo: #2a2a2a + +window.inactive.title.bg.color: #383838 +window.inactive.title.bg.colorTo: #2a2a2a +window.inactive.label.text.color: #898989 +window.inactive.button.*.unpressed.image.color: #898989 +window.inactive.button.*.disabled.image.color: #6e6e6e +window.inactive.button.*.hover.image.color: #dadada +window.inactive.button.*.pressed.image.color: #1c1c1c +window.inactive.handle.bg.color: #383838 +window.inactive.handle.bg.colorTo: #252525 + +menu.title.bg: flat vertical gradient +menu.title.bg.color: #579c8e +menu.title.bg.colorTo: #41756a +menu.title.text.color: #ffffff +menu.items.bg: flat diagonal gradient +menu.items.bg.color: #383838 +menu.items.bg.colorTo: #2a2a2a +menu.items.text.color: #dadada +menu.items.disabled.text.color: #6e6e6e +menu.items.active.bg: flat vertical gradient +menu.items.active.bg.color: #579c8e +menu.items.active.bg.colorTo: #41756a +menu.items.active.text.color: #ffffff +menu.items.active.disabled.text.color: #8fbdb3 +menu.separator.color: #292929 +menu.separator.padding.width: 0 +menu.separator.width: 1 + +osd.bg: flat diagonal gradient +osd.bg.color: #383838 +osd.bg.colorTo: #2a2a2a +osd.unhilight.bg: flat diagonal gradient +osd.unhilight.bg.color: #383838 +osd.unhilight.bg.colorTo: #2a2a2a +osd.hilight.bg: flat diagonal gradient +osd.hilight.bg.color: #579c8e +osd.hilight.bg.colorTo: #41756a +