This commit is contained in:
2026-02-04 01:15:46 +01:00
parent aed2b44989
commit c5ccd8135a
633 changed files with 46028 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
item_radius = 2
item_border = 0
sep_height = 5
sep_halign = center
menu_gradient_pos=none
color_menu_bg = #14161B 80
color_menu_bg_to = #000000 90
color_menu_border = #2d3036 100
color_norm_bg = #2b303b 0
color_norm_fg = #D3DAE3 100
color_sel_bg = #3498db 100
color_sel_fg = #ffffff 100
color_sel_border = #3498db 100
color_sep_fg = #2d3036 100
color_title_bg = #2d3036 100
color_title_fg = #D3DAE3 100
color_title_border = #eff0f1 10

View File

@@ -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_class = 'Conky-nobg',
own_window_title = 'Mabox Better Clock',
alignment = 'top_middle',
gap_x = 0,
gap_y = 60,
-- FONTS
use_xft = true,
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#333333',
draw_outline = false,
default_outline_color = '#333333',
-- time color
color8 = '#e4e4e4',
--date color
color9 = '#3cd425',
short_units = true,
template0 = [[%H:%M]],
template1 = [[%A, %B %d]],
template2 = [[Noto Sans]],
template3 = [[Ubuntu]],
template4 = [[64]],
template5 = [[32]],
template6 = [[16]],
-- 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,
-- #${voffset -4}${if_existing .config/conky/menuscripts/.hline}${hr 2}${endif}
};
conky.text = [[
${alignc}${font ${template2}:size=${template4}:bold}${color8}${time ${template0}}${if_existing .config/conky/menuscripts/.seconds}${voffset -${template5}}${font ${template2}:size=${template5}}${time %S}${voffset ${template5}}${endif}${font}${color9}
${if_existing .config/conky/menuscripts/.date}${alignr}${font ${template3}:size=${template6}:bold}${time ${template1}}${endif}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#1f1f1f',
own_window_colourto = '#222222',
own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky',
alignment = 'bottom_left',
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${color0}${top name 5}${alignr}${color1}${top cpu 5}%
]];

View File

@@ -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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Bar Conky',
alignment = 'top_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 = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
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 = 2,
};
conky.text = [[
${color0}Host: ${color1}${nodename} ${color0}Uptime: ${color1}${uptime} ${color0}RAM: ${color1}${legacymem} / ${memmax} ${if_existing /proc/swaps partition}${color0}Swap: ${color1}${swap} / ${swapmax} ${endif}${color0}Disk: / : ${color1}${fs_used /} / ${fs_size /} ${if_mounted /home}${color0}Disk: /home : ${color1}${fs_used /home} / ${fs_size /home} ${endif}${color0}CPU Avg: ${color1}${cpu cpu0}%
]];

View File

@@ -0,0 +1,27 @@
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_class = 'Conky-nobg',
own_window_title = 'Mabox Logo SVG',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_height = 128,
minimum_width = 128,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[128x128]],
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${image ${template0} -s ${template1}}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}NETWORK
${color0}Device ${alignr}${color1}enp0s3
${color0}IP ${alignr}${color1}${addr enp0s3}
${color0}Download ${color1}${downspeed enp0s3} ${alignr}${color1}${upspeed enp0s3}${color0} Upload
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
${color0}Total Down ${color1}${totaldown enp0s3} ${alignr}${color1}${totalup enp0s3}${color0} Total Up
${color0}${hr}${color1}
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq | sort -nr}
]];

View File

@@ -0,0 +1,92 @@
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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'PCManFM Help 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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = [[
${color1}PCmanFM - file manager ${alignr}${color0}super+f
${color1}VIEW ${color0}${hr 1}${voffset -2}
${color0}Icon View ${alignr}${color1}ctrl+1
${color0}Compact View ${alignr}${color1}ctrl+2
${color0}Thumbnail View ${alignr}${color1}ctrl+3
${color0}Detailed List View ${alignr}${color1}ctrl+4
${color0}Show Hidden ${alignr}${color1}ctrl+H
${color1}GO ${color0}${hr 1}
${voffset -2}${color0}Home Dir${alignr}${color1}alt+Home
${color0}Parent Dir ${alignr}${color1}alt+Up
${color0}Previous Dir ${alignr}${color1}alt+Left
${color0}Next Dir ${alignr}${color1}alt+Right
${color0}Go to Location ${alignr}${color1}ctrl+L
${color0}SSH/FTP connect... ${alignr}${color1}alt+G C
${color1}WINDOW ${color0}${hr 1}
${voffset -2}${color0}Refresh ${alignr}${color1}F5
${color0}Dual Pane Mode ${alignr}${color1}F3
${color0}Status Bar${alignr}${color1}ctrl+B
${color0}Side Pane ${alignr}${color1}F9
${color0}---> Places${alignr}${color1}ctrl+6
${color0}---> Directory Tree ${alignr}${color1}ctrl+7
${color1}SIZE ${color0}${hr 1}${voffset -2}
${color0}Zoom In${alignr}${alignr}${color1}ctrl++
${color0}Zoon Out ${alignr}${color1}ctrl+-
${color0}Normal Size ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,37 @@
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 = '#1f1f1f',
own_window_class = 'Conky-nobg',
own_window_title = 'Mabox Polaroid Widget',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = 333,
minimum_height = 280,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
use_spacer = 'none',
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 = 10,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 30 ~/.config/conky/menuscripts/polaroid}
#${image ~/.config/conky/images/punaise.png -p 103,0 -s 96x96}
# Get punaise image from https://clipground.com/punaise-png.html and save as ~/.config/conky/images/punaise.png
# then uncomment above image line
]];

View File

@@ -0,0 +1,81 @@
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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky',
alignment = 'bottom_left',
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
]];

View File

@@ -0,0 +1,57 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -0,0 +1,87 @@
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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
${color0}Main menu ${alignr}${color1}super / super+spacebar
${color0}Settings menu ${alignr} ${color1}super+s
${color0}Left ${alignr} ${color1}ctrl+super+left
${color0}Right ${alignr} ${color1}ctrl+super+right
${color0}Places ${alignr} ${color1}super+.
${color1}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color1}super+alt+p
${color0}Conky ${alignr}${color1}super+alt+k
${color0}Menu/Panels ${alignr}${color1}super+alt+m
${color0}Wallpaper ${alignr}${color1}super+alt+w
${color0}ScreenLocker ${alignr}${color1}super+alt+l
${color1}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
${color0}Command Palette ${alignr}${color1}super+F1
${color0}Colorizer ${alignr}${color1}super+alt+o
${color0}Color Menu ${alignr}${color1}super+alt+c
${color0}Espanso - text expander ${alignr}${color1}super+alt+e
${color0}Exit dialog ${alignr}${color1}super+x
${color0}Screenshot tool ${alignr}${color1}super+PrtScr
]];

View File

@@ -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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_right',
gap_x = 260,
gap_y = 60,
-- minimum_height = 64,
minimum_width = 240,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${execpi 3 conkymountpoints.sh}]];

View File

@@ -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 = '#1f1f1f',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'top_middle',
gap_x = 0,
gap_y = 140,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@@ -0,0 +1,96 @@
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 = '#1f1f1f',
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=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}RUN${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color1}super+t
${color0}quake-terminal ${alignr}${color1}ctrl+~,F12
${color0}file manager ${alignr}${color1}super+f
${color0}web browser ${alignr}${color1}super+w
${color0}text editor ${alignr}${color1}super+e
${color0}file search ${alignr}${color1}super+/
${color0}galculator ${alignr}${color1}super+g
${color0}internet radio ${alignr}${color1}super+r
${color0}volume control ${alignr}${color1}super+v
${color0}toggle Picom ${alignr}${color1}super+p
${color0}toggle Conky ${alignr}${color1}super+c
${color0}lock screen ${alignr}${color1}super+l
${color0}exit ${alignr}${color1}super+x
${color1}WINDOWS ${color0} ${hr 1}${voffset -2}
${color0}close ${alignr} ${color1}alt+F4
${color0}iconify ${alignr} ${color1}alt+F5
${color0}maximize ${alignr} ${color1}alt+F6
${color0}expose ${alignr} ${color1}super+~
${color0}show desktop ${alignr} ${color1}super+d
${color0}un/decorate ${alignr} ${color1}super+b
${color0}toggle fullscreen ${alignr} ${color1}F11
${color1}windows placement:
${color0} - half screen ${alignr} ${color1}super+arrows
${color0} - 1/4 screen ${alignr} ${color1}super+numpad[1..9]
${color1}DESKTOPS ${color0} ${hr 1}${voffset -2}
${color0}go to desktop ${alignr} ${color1}super+[1..4]
]];

View File

@@ -0,0 +1,88 @@
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 = '#1f1f1f',
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=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
color3 = '#2bb0a5',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}${alignr}${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3}${color1}${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color0} CPU${alignr 6}$cpu% ${voffset -22}
${goto 18}${color2}${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 10}${goto 20}${color0} RAM${alignr 6}$legacymem / $memmax ${voffset -22}
${goto 18}${color2}${memgraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
${alignr}disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${color1}$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -g}${font}${color1}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -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 = '#1f1f1f',
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 = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
color2 = '#e95620',
color3 = '#2bb0a5',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -0,0 +1,85 @@
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 = '#1f1f1f',
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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#2bb0a5',
color0 = '#827d6a',
color1 = '#108e71',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}TILING TERMINAL WORKFLOW
${color1}RUN ${color0}${hr 1}
${voffset -2}${color0}Terminal ${alignr}${color1}super+t
${color0}Quick terminal (show/hide) ${alignr}${color1}ctrl+~,F12
${color1}SPLIT ${color0}${hr 1}
${voffset -2}${color0}horizontally ${alignr}${color1}ctrl+shift+o
${color0}vertically ${alignr}${color1}ctrl+shift+e
${color1}USEFULL ACTIONS ${color0}${hr 1}
${voffset -2}${color0}change focus${alignr}${color1}alt+arrows
${color0}resize active ${alignr}${color1}ctrl+shift+arrows
${color0}zoom active terminal ${alignr}${color1}ctrl+shift+x
${color0}fullscreen ${alignr}${color1}super+enter,F11
${color0}close terminal ${alignr}${color1}ctrl+shift+w
${color1}FONT SIZE ${color0}${hr 1}${voffset -2}
${color0}increase ${alignr}${alignr}${color1}ctrl++
${color0}decrease ${alignr}${color1}ctrl+-
${color0}reset ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,24 @@
jgmenu_use_icons=false
jgmenu_use_borders=true
jgmenu_icon_theme='Numix-Square'
menu_font_family='Ubuntu Regular'
menu_font_size=10
menu_sep_font_family='Ubuntu Bold'
menu_sep_font_size=11
arrow_string=''
arrow_string_left=''
jgtools_border=0
jgtools_padding=8
jgtools_radius=2
submenu_spacing=8
panels_topmargin=60
panels_heightpos=full
item_height_factor=200
ok_icon=󰞑
ok_fgcolor=#008a00
warn_fgcolor=#FFFFFF
warn_bgcolor=#bd1e24
logo_in_color=#3cd425
logo_out_color=#F8F8FF
logo_in_opacity=0.5
logo_out_opacity=0.5

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,17 @@
item_radius = 0
item_border = 0
menu_gradient_pos=top
color_menu_bg = #091833 90
color_menu_bg_to = #091833 95
color_menu_border = #023748 100
color_norm_bg = #2b303b 0
color_norm_fg = #0ABDC6 100
color_sel_bg = #711c91 100
color_sel_fg = #091833 100
color_sel_fg = #eeeeee 100
color_sel_border = #711c91 100
color_sep_fg = #0ABDC6 20
color_title_bg = #000B1E 100
color_title_fg = #0ABDC6 100
color_title_border = #023748 60

View File

@@ -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_class = 'Conky-nobg',
own_window_title = 'Mabox Better Clock',
alignment = 'top_middle',
gap_x = 0,
gap_y = 60,
-- FONTS
use_xft = true,
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#333333',
draw_outline = false,
default_outline_color = '#333333',
-- time color
color8 = '#e4e4e4',
--date color
color9 = '#3cd425',
short_units = true,
template0 = [[%H:%M]],
template1 = [[%A, %B %d]],
template2 = [[Noto Sans]],
template3 = [[Ubuntu]],
template4 = [[64]],
template5 = [[32]],
template6 = [[16]],
-- 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,
-- #${voffset -4}${if_existing .config/conky/menuscripts/.hline}${hr 2}${endif}
};
conky.text = [[
${alignc}${font ${template2}:size=${template4}:bold}${color8}${time ${template0}}${if_existing .config/conky/menuscripts/.seconds}${voffset -${template5}}${font ${template2}:size=${template5}}${time %S}${voffset ${template5}}${endif}${font}${color9}
${if_existing .config/conky/menuscripts/.date}${alignr}${font ${template3}:size=${template6}:bold}${time ${template1}}${endif}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#0d081b',
own_window_colourto = '#222222',
own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky',
alignment = 'bottom_left',
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${color0}${top name 5}${alignr}${color1}${top cpu 5}%
]];

View File

@@ -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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Bar Conky',
alignment = 'top_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 = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
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 = 2,
};
conky.text = [[
${color0}Host: ${color1}${nodename} ${color0}Uptime: ${color1}${uptime} ${color0}RAM: ${color1}${legacymem} / ${memmax} ${if_existing /proc/swaps partition}${color0}Swap: ${color1}${swap} / ${swapmax} ${endif}${color0}Disk: / : ${color1}${fs_used /} / ${fs_size /} ${if_mounted /home}${color0}Disk: /home : ${color1}${fs_used /home} / ${fs_size /home} ${endif}${color0}CPU Avg: ${color1}${cpu cpu0}%
]];

View File

@@ -0,0 +1,27 @@
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_class = 'Conky-nobg',
own_window_title = 'Mabox Logo SVG',
alignment = 'top_left',
gap_x = 30,
gap_y = 60,
minimum_height = 96,
minimum_width = 96,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[96x96]],
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${image ${template0} -s ${template1}}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}NETWORK
${color0}Device ${alignr}${color1}enp0s3
${color0}IP ${alignr}${color1}${addr enp0s3}
${color0}Download ${color1}${downspeed enp0s3} ${alignr}${color1}${upspeed enp0s3}${color0} Upload
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
${color0}Total Down ${color1}${totaldown enp0s3} ${alignr}${color1}${totalup enp0s3}${color0} Total Up
${color0}${hr}${color1}
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq | sort -nr}
]];

View File

@@ -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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'PCManFM Help 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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = [[
${color1}PCmanFM - file manager ${alignr}${color0}super+f
${color1}VIEW ${color0}${hr 1}${voffset -2}
${color0}Icon View ${alignr}${color1}ctrl+1
${color0}Compact View ${alignr}${color1}ctrl+2
${color0}Thumbnail View ${alignr}${color1}ctrl+3
${color0}Detailed List View ${alignr}${color1}ctrl+4
${color0}Show Hidden ${alignr}${color1}ctrl+H
${color1}GO ${color0}${hr 1}
${voffset -2}${color0}Home Dir${alignr}${color1}alt+Home
${color0}Parent Dir ${alignr}${color1}alt+Up
${color0}Previous Dir ${alignr}${color1}alt+Left
${color0}Next Dir ${alignr}${color1}alt+Right
${color0}Go to Location ${alignr}${color1}ctrl+L
${color0}SSH/FTP connect... ${alignr}${color1}alt+G C
${color1}WINDOW ${color0}${hr 1}
${voffset -2}${color0}Refresh ${alignr}${color1}F5
${color0}Dual Pane Mode ${alignr}${color1}F3
${color0}Status Bar${alignr}${color1}ctrl+B
${color0}Side Pane ${alignr}${color1}F9
${color0}---> Places${alignr}${color1}ctrl+6
${color0}---> Directory Tree ${alignr}${color1}ctrl+7
${color1}SIZE ${color0}${hr 1}${voffset -2}
${color0}Zoom In${alignr}${alignr}${color1}ctrl++
${color0}Zoon Out ${alignr}${color1}ctrl+-
${color0}Normal Size ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,37 @@
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 = '#0d081b',
own_window_class = 'Conky-nobg',
own_window_title = 'Mabox Polaroid Widget',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = 333,
minimum_height = 280,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
use_spacer = 'none',
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 = 10,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 30 ~/.config/conky/menuscripts/polaroid}
#${image ~/.config/conky/images/punaise.png -p 103,0 -s 96x96}
# Get punaise image from https://clipground.com/punaise-png.html and save as ~/.config/conky/images/punaise.png
# then uncomment above image line
]];

View File

@@ -0,0 +1,81 @@
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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky',
alignment = 'bottom_left',
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
]];

View File

@@ -0,0 +1,57 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -0,0 +1,87 @@
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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
${color0}Main menu ${alignr}${color1}super / super+spacebar
${color0}Settings menu ${alignr} ${color1}super+s
${color0}Left ${alignr} ${color1}ctrl+super+left
${color0}Right ${alignr} ${color1}ctrl+super+right
${color0}Places ${alignr} ${color1}super+.
${color1}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color1}super+alt+p
${color0}Conky ${alignr}${color1}super+alt+k
${color0}Menu/Panels ${alignr}${color1}super+alt+m
${color0}Wallpaper ${alignr}${color1}super+alt+w
${color0}ScreenLocker ${alignr}${color1}super+alt+l
${color1}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
${color0}Command Palette ${alignr}${color1}super+F1
${color0}Colorizer ${alignr}${color1}super+alt+o
${color0}Color Menu ${alignr}${color1}super+alt+c
${color0}Espanso - text expander ${alignr}${color1}super+alt+e
${color0}Exit dialog ${alignr}${color1}super+x
${color0}Screenshot tool ${alignr}${color1}super+PrtScr
]];

View File

@@ -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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_right',
gap_x = 260,
gap_y = 60,
-- minimum_height = 64,
minimum_width = 240,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${execpi 3 conkymountpoints.sh}]];

View File

@@ -0,0 +1,69 @@
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 = '#0d081b',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'top_middle',
gap_x = 0,
gap_y = 200,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@@ -0,0 +1,96 @@
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 = '#0d081b',
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=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}RUN${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color1}super+t
${color0}quake-terminal ${alignr}${color1}ctrl+~,F12
${color0}file manager ${alignr}${color1}super+f
${color0}web browser ${alignr}${color1}super+w
${color0}text editor ${alignr}${color1}super+e
${color0}file search ${alignr}${color1}super+/
${color0}galculator ${alignr}${color1}super+g
${color0}internet radio ${alignr}${color1}super+r
${color0}volume control ${alignr}${color1}super+v
${color0}toggle Picom ${alignr}${color1}super+p
${color0}toggle Conky ${alignr}${color1}super+c
${color0}lock screen ${alignr}${color1}super+l
${color0}exit ${alignr}${color1}super+x
${color1}WINDOWS ${color0} ${hr 1}${voffset -2}
${color0}close ${alignr} ${color1}alt+F4
${color0}iconify ${alignr} ${color1}alt+F5
${color0}maximize ${alignr} ${color1}alt+F6
${color0}expose ${alignr} ${color1}super+~
${color0}show desktop ${alignr} ${color1}super+d
${color0}un/decorate ${alignr} ${color1}super+b
${color0}toggle fullscreen ${alignr} ${color1}F11
${color1}windows placement:
${color0} - half screen ${alignr} ${color1}super+arrows
${color0} - 1/4 screen ${alignr} ${color1}super+numpad[1..9]
${color1}DESKTOPS ${color0} ${hr 1}${voffset -2}
${color0}go to desktop ${alignr} ${color1}super+[1..4]
]];

View File

@@ -0,0 +1,88 @@
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 = '#0d081b',
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=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
color3 = '#6c98c8',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}${alignr}${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3}${color1}${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color0} CPU${alignr 6}$cpu% ${voffset -22}
${goto 18}${color2}${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 10}${goto 20}${color0} RAM${alignr 6}$legacymem / $memmax ${voffset -22}
${goto 18}${color2}${memgraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
${alignr}disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${color1}$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -g}${font}${color1}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -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 = '#0d081b',
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 = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
color2 = '#5c8db1',
color3 = '#6c98c8',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 14,
border_outer_margin = 2,
border_width = 4,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -0,0 +1,85 @@
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 = '#0d081b',
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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#562d66',
color0 = '#a5439e',
color1 = '#4f6998',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 14,
border_outer_margin = 2,
-- border width
border_width = 4,
-- 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 = 2,
};
conky.text = [[
${color1}TILING TERMINAL WORKFLOW
${color1}RUN ${color0}${hr 1}
${voffset -2}${color0}Terminal ${alignr}${color1}super+t
${color0}Quick terminal (show/hide) ${alignr}${color1}ctrl+~,F12
${color1}SPLIT ${color0}${hr 1}
${voffset -2}${color0}horizontally ${alignr}${color1}ctrl+shift+o
${color0}vertically ${alignr}${color1}ctrl+shift+e
${color1}USEFULL ACTIONS ${color0}${hr 1}
${voffset -2}${color0}change focus${alignr}${color1}alt+arrows
${color0}resize active ${alignr}${color1}ctrl+shift+arrows
${color0}zoom active terminal ${alignr}${color1}ctrl+shift+x
${color0}fullscreen ${alignr}${color1}super+enter,F11
${color0}close terminal ${alignr}${color1}ctrl+shift+w
${color1}FONT SIZE ${color0}${hr 1}${voffset -2}
${color0}increase ${alignr}${alignr}${color1}ctrl++
${color0}decrease ${alignr}${color1}ctrl+-
${color0}reset ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,24 @@
jgmenu_use_icons=true
jgmenu_use_borders=true
jgmenu_icon_theme='Numix-Square'
menu_font_family='Ubuntu Regular'
menu_font_size=10
menu_sep_font_family='Ubuntu Bold'
menu_sep_font_size=11
arrow_string=''
arrow_string_left=''
jgtools_border=0
jgtools_padding=8
jgtools_radius=2
submenu_spacing=8
panels_topmargin=60
panels_heightpos=full
item_height_factor=200
ok_icon=󰞑
ok_fgcolor=#008a00
warn_fgcolor=#FFFFFF
warn_bgcolor=#bd1e24
logo_in_color=#a5439e
logo_out_color=#F8F8FF
logo_in_opacity=0.5
logo_out_opacity=0.5

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,15 @@
item_radius = 2
item_border = 1
color_menu_border = #BD93F9 100
color_sep_fg = #BD93F9 20
color_title_bg = #FF79C6 60
color_title_border = #FF79C6 50
color_title_fg = #282A36 100
sep_halign = Center
color_menu_bg = #282A36 90
color_menu_bg_to = #1E1F29 90
color_norm_fg = #f8f8f2 100
color_sel_bg = #BD93F9 10
color_sel_border = #BD93F9 40
color_sel_fg = #FF79C6 100
menu_gradient_pos=bottom_right

View File

@@ -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_class = 'Conky-nobg',
own_window_title = 'Mabox Better Clock',
alignment = 'top_middle',
gap_x = 0,
gap_y = 60,
-- FONTS
use_xft = true,
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#333333',
draw_outline = false,
default_outline_color = '#333333',
-- time color
color8 = '#e4e4e4',
--date color
color9 = '#3cd425',
short_units = true,
template0 = [[%H:%M]],
template1 = [[%A, %B %d]],
template2 = [[Noto Sans]],
template3 = [[Ubuntu]],
template4 = [[64]],
template5 = [[32]],
template6 = [[16]],
-- 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,
-- #${voffset -4}${if_existing .config/conky/menuscripts/.hline}${hr 2}${endif}
};
conky.text = [[
${alignc}${font ${template2}:size=${template4}:bold}${color8}${time ${template0}}${if_existing .config/conky/menuscripts/.seconds}${voffset -${template5}}${font ${template2}:size=${template5}}${time %S}${voffset ${template5}}${endif}${font}${color9}
${if_existing .config/conky/menuscripts/.date}${alignr}${font ${template3}:size=${template6}:bold}${time ${template1}}${endif}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#282936',
own_window_colourto = '#222222',
own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky',
alignment = 'bottom_left',
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${color0}${top name 5}${alignr}${color1}${top cpu 5}%
]];

View File

@@ -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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Bar Conky',
alignment = 'top_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 = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
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 = 2,
};
conky.text = [[
${color0}Host: ${color1}${nodename} ${color0}Uptime: ${color1}${uptime} ${color0}RAM: ${color1}${legacymem} / ${memmax} ${if_existing /proc/swaps partition}${color0}Swap: ${color1}${swap} / ${swapmax} ${endif}${color0}Disk: / : ${color1}${fs_used /} / ${fs_size /} ${if_mounted /home}${color0}Disk: /home : ${color1}${fs_used /home} / ${fs_size /home} ${endif}${color0}CPU Avg: ${color1}${cpu cpu0}%
]];

View File

@@ -0,0 +1,27 @@
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_class = 'Conky-nobg',
own_window_title = 'Mabox Logo SVG',
alignment = 'middle_middle',
gap_x = 0,
gap_y = 0,
minimum_height = 96,
minimum_width = 96,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[96x96]],
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${image ${template0} -s ${template1}}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}NETWORK
${color0}Device ${alignr}${color1}enp0s3
${color0}IP ${alignr}${color1}${addr enp0s3}
${color0}Download ${color1}${downspeed enp0s3} ${alignr}${color1}${upspeed enp0s3}${color0} Upload
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
${color0}Total Down ${color1}${totaldown enp0s3} ${alignr}${color1}${totalup enp0s3}${color0} Total Up
${color0}${hr}${color1}
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq | sort -nr}
]];

View File

@@ -0,0 +1,92 @@
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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'PCManFM Help 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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = [[
${color1}PCmanFM - file manager ${alignr}${color0}super+f
${color1}VIEW ${color0}${hr 1}${voffset -2}
${color0}Icon View ${alignr}${color1}ctrl+1
${color0}Compact View ${alignr}${color1}ctrl+2
${color0}Thumbnail View ${alignr}${color1}ctrl+3
${color0}Detailed List View ${alignr}${color1}ctrl+4
${color0}Show Hidden ${alignr}${color1}ctrl+H
${color1}GO ${color0}${hr 1}
${voffset -2}${color0}Home Dir${alignr}${color1}alt+Home
${color0}Parent Dir ${alignr}${color1}alt+Up
${color0}Previous Dir ${alignr}${color1}alt+Left
${color0}Next Dir ${alignr}${color1}alt+Right
${color0}Go to Location ${alignr}${color1}ctrl+L
${color0}SSH/FTP connect... ${alignr}${color1}alt+G C
${color1}WINDOW ${color0}${hr 1}
${voffset -2}${color0}Refresh ${alignr}${color1}F5
${color0}Dual Pane Mode ${alignr}${color1}F3
${color0}Status Bar${alignr}${color1}ctrl+B
${color0}Side Pane ${alignr}${color1}F9
${color0}---> Places${alignr}${color1}ctrl+6
${color0}---> Directory Tree ${alignr}${color1}ctrl+7
${color1}SIZE ${color0}${hr 1}${voffset -2}
${color0}Zoom In${alignr}${alignr}${color1}ctrl++
${color0}Zoon Out ${alignr}${color1}ctrl+-
${color0}Normal Size ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,37 @@
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 = '#282936',
own_window_class = 'Conky-nobg',
own_window_title = 'Mabox Polaroid Widget',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = 333,
minimum_height = 280,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
use_spacer = 'none',
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 = 10,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 30 ~/.config/conky/menuscripts/polaroid}
#${image ~/.config/conky/images/punaise.png -p 103,0 -s 96x96}
# Get punaise image from https://clipground.com/punaise-png.html and save as ~/.config/conky/images/punaise.png
# then uncomment above image line
]];

View File

@@ -0,0 +1,81 @@
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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky',
alignment = 'bottom_left',
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
]];

View File

@@ -0,0 +1,57 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 13,
border_outer_margin = 3,
border_width = 6,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -0,0 +1,87 @@
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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = 2,
};
conky.text = [[
${color1}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
${color0}Main menu ${alignr}${color1}super / super+spacebar
${color0}Settings menu ${alignr} ${color1}super+s
${color0}Left ${alignr} ${color1}ctrl+super+left
${color0}Right ${alignr} ${color1}ctrl+super+right
${color0}Places ${alignr} ${color1}super+.
${color1}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color1}super+alt+p
${color0}Conky ${alignr}${color1}super+alt+k
${color0}Menu/Panels ${alignr}${color1}super+alt+m
${color0}Wallpaper ${alignr}${color1}super+alt+w
${color0}ScreenLocker ${alignr}${color1}super+alt+l
${color1}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
${color0}Command Palette ${alignr}${color1}super+F1
${color0}Colorizer ${alignr}${color1}super+alt+o
${color0}Color Menu ${alignr}${color1}super+alt+c
${color0}Espanso - text expander ${alignr}${color1}super+alt+e
${color0}Exit dialog ${alignr}${color1}super+x
${color0}Screenshot tool ${alignr}${color1}super+PrtScr
]];

View File

@@ -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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_right',
gap_x = 260,
gap_y = 60,
-- minimum_height = 64,
minimum_width = 240,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = 2,
};
conky.text = [[
${execpi 3 conkymountpoints.sh}]];

View File

@@ -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 = '#282936',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'top_middle',
gap_x = 0,
gap_y = 200,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = 2,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@@ -0,0 +1,96 @@
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 = '#282936',
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=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = 2,
};
conky.text = [[
${color1}RUN${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color1}super+t
${color0}quake-terminal ${alignr}${color1}ctrl+~,F12
${color0}file manager ${alignr}${color1}super+f
${color0}web browser ${alignr}${color1}super+w
${color0}text editor ${alignr}${color1}super+e
${color0}file search ${alignr}${color1}super+/
${color0}galculator ${alignr}${color1}super+g
${color0}internet radio ${alignr}${color1}super+r
${color0}volume control ${alignr}${color1}super+v
${color0}toggle Picom ${alignr}${color1}super+p
${color0}toggle Conky ${alignr}${color1}super+c
${color0}lock screen ${alignr}${color1}super+l
${color0}exit ${alignr}${color1}super+x
${color1}WINDOWS ${color0} ${hr 1}${voffset -2}
${color0}close ${alignr} ${color1}alt+F4
${color0}iconify ${alignr} ${color1}alt+F5
${color0}maximize ${alignr} ${color1}alt+F6
${color0}expose ${alignr} ${color1}super+~
${color0}show desktop ${alignr} ${color1}super+d
${color0}un/decorate ${alignr} ${color1}super+b
${color0}toggle fullscreen ${alignr} ${color1}F11
${color1}windows placement:
${color0} - half screen ${alignr} ${color1}super+arrows
${color0} - 1/4 screen ${alignr} ${color1}super+numpad[1..9]
${color1}DESKTOPS ${color0} ${hr 1}${voffset -2}
${color0}go to desktop ${alignr} ${color1}super+[1..4]
]];

View File

@@ -0,0 +1,88 @@
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 = '#282936',
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=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
color3 = '#00f769',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 13,
border_outer_margin = 3,
border_width = 6,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}${alignr}${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3}${color1}${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color0} CPU${alignr 6}$cpu% ${voffset -22}
${goto 18}${color2}${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 10}${goto 20}${color0} RAM${alignr 6}$legacymem / $memmax ${voffset -22}
${goto 18}${color2}${memgraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
${alignr}disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${color1}$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -g}${font}${color1}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -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 = '#282936',
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 = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
color2 = '#ebff87',
color3 = '#00f769',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 13,
border_outer_margin = 3,
border_width = 6,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -0,0 +1,85 @@
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 = '#282936',
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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#404357',
color0 = '#e9e9f4',
color1 = '#ea51b2',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 13,
border_outer_margin = 3,
-- border width
border_width = 6,
-- 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 = 2,
};
conky.text = [[
${color1}TILING TERMINAL WORKFLOW
${color1}RUN ${color0}${hr 1}
${voffset -2}${color0}Terminal ${alignr}${color1}super+t
${color0}Quick terminal (show/hide) ${alignr}${color1}ctrl+~,F12
${color1}SPLIT ${color0}${hr 1}
${voffset -2}${color0}horizontally ${alignr}${color1}ctrl+shift+o
${color0}vertically ${alignr}${color1}ctrl+shift+e
${color1}USEFULL ACTIONS ${color0}${hr 1}
${voffset -2}${color0}change focus${alignr}${color1}alt+arrows
${color0}resize active ${alignr}${color1}ctrl+shift+arrows
${color0}zoom active terminal ${alignr}${color1}ctrl+shift+x
${color0}fullscreen ${alignr}${color1}super+enter,F11
${color0}close terminal ${alignr}${color1}ctrl+shift+w
${color1}FONT SIZE ${color0}${hr 1}${voffset -2}
${color0}increase ${alignr}${alignr}${color1}ctrl++
${color0}decrease ${alignr}${color1}ctrl+-
${color0}reset ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,24 @@
jgmenu_use_icons=true
jgmenu_use_borders=true
jgmenu_icon_theme='Numix-Square'
menu_font_family='Ubuntu Regular'
menu_font_size=10
menu_sep_font_family='Ubuntu Bold'
menu_sep_font_size=11
arrow_string=''
arrow_string_left=''
jgtools_border=0
jgtools_padding=8
jgtools_radius=2
submenu_spacing=8
panels_topmargin=60
panels_heightpos=full
item_height_factor=200
ok_icon=󰕥
ok_fgcolor=#f472d0
warn_fgcolor=#FFFFFF
warn_bgcolor=#bd1e24
logo_in_color=#3cd425
logo_out_color=#F8F8FF
logo_in_opacity=0.5
logo_out_opacity=0.5

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@@ -0,0 +1,17 @@
# item_radius = 1
#item_border = 1
# sep_height = 5
sep_halign = Center
color_menu_bg = #282828 100
color_menu_bg_to = #1d2021 100
color_menu_border = #3c3836 100
# color_norm_bg = #000000 00
color_norm_fg = #d4be98 100
color_sel_bg = #32302f 100
color_sel_fg = #ddc7a1 100
color_sel_border = #1d2021 100
color_sep_fg = #504945 100
color_title_fg = #ebdbb2 100
color_title_bg = #1d2021 100
color_title_border = #3c3836 100
menu_gradient_pos=top_right

View File

@@ -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_class = 'Conky-nobg',
own_window_title = 'Mabox Better Clock',
alignment = 'top_middle',
gap_x = 0,
gap_y = 60,
-- FONTS
use_xft = true,
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#333333',
draw_outline = false,
default_outline_color = '#333333',
-- time color
color8 = '#e4e4e4',
--date color
color9 = '#3cd425',
short_units = true,
template0 = [[%H:%M]],
template1 = [[%A, %B %d]],
template2 = [[Noto Sans]],
template3 = [[Ubuntu]],
template4 = [[64]],
template5 = [[32]],
template6 = [[16]],
-- 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,
-- #${voffset -4}${if_existing .config/conky/menuscripts/.hline}${hr 2}${endif}
};
conky.text = [[
${alignc}${font ${template2}:size=${template4}:bold}${color8}${time ${template0}}${if_existing .config/conky/menuscripts/.seconds}${voffset -${template5}}${font ${template2}:size=${template5}}${time %S}${voffset ${template5}}${endif}${font}${color9}
${if_existing .config/conky/menuscripts/.date}${alignr}${font ${template3}:size=${template6}:bold}${time ${template1}}${endif}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#282828',
own_window_colourto = '#222222',
own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky',
alignment = 'bottom_left',
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${color0}${top name 5}${alignr}${color1}${top cpu 5}%
]];

View File

@@ -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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Bar Conky',
alignment = 'top_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 = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
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 = 2,
};
conky.text = [[
${color0}Host: ${color1}${nodename} ${color0}Uptime: ${color1}${uptime} ${color0}RAM: ${color1}${legacymem} / ${memmax} ${if_existing /proc/swaps partition}${color0}Swap: ${color1}${swap} / ${swapmax} ${endif}${color0}Disk: / : ${color1}${fs_used /} / ${fs_size /} ${if_mounted /home}${color0}Disk: /home : ${color1}${fs_used /home} / ${fs_size /home} ${endif}${color0}CPU Avg: ${color1}${cpu cpu0}%
]];

View File

@@ -0,0 +1,27 @@
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_class = 'Conky-nobg',
own_window_title = 'Mabox Logo SVG',
alignment = 'top_left',
gap_x = 30,
gap_y = 60,
minimum_height = 96,
minimum_width = 96,
template0 = [[~/.icons/mabox-logo-circle.svg]],
template1 = [[96x96]],
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${image ${template0} -s ${template1}}
]];

View File

@@ -0,0 +1,80 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}NETWORK
${color0}Device ${alignr}${color1}enp0s3
${color0}IP ${alignr}${color1}${addr enp0s3}
${color0}Download ${color1}${downspeed enp0s3} ${alignr}${color1}${upspeed enp0s3}${color0} Upload
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
${color0}Total Down ${color1}${totaldown enp0s3} ${alignr}${color1}${totalup enp0s3}${color0} Total Up
${color0}${hr}${color1}
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq | sort -nr}
]];

View File

@@ -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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'PCManFM Help 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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = [[
${color1}PCmanFM - file manager ${alignr}${color0}super+f
${color1}VIEW ${color0}${hr 1}${voffset -2}
${color0}Icon View ${alignr}${color1}ctrl+1
${color0}Compact View ${alignr}${color1}ctrl+2
${color0}Thumbnail View ${alignr}${color1}ctrl+3
${color0}Detailed List View ${alignr}${color1}ctrl+4
${color0}Show Hidden ${alignr}${color1}ctrl+H
${color1}GO ${color0}${hr 1}
${voffset -2}${color0}Home Dir${alignr}${color1}alt+Home
${color0}Parent Dir ${alignr}${color1}alt+Up
${color0}Previous Dir ${alignr}${color1}alt+Left
${color0}Next Dir ${alignr}${color1}alt+Right
${color0}Go to Location ${alignr}${color1}ctrl+L
${color0}SSH/FTP connect... ${alignr}${color1}alt+G C
${color1}WINDOW ${color0}${hr 1}
${voffset -2}${color0}Refresh ${alignr}${color1}F5
${color0}Dual Pane Mode ${alignr}${color1}F3
${color0}Status Bar${alignr}${color1}ctrl+B
${color0}Side Pane ${alignr}${color1}F9
${color0}---> Places${alignr}${color1}ctrl+6
${color0}---> Directory Tree ${alignr}${color1}ctrl+7
${color1}SIZE ${color0}${hr 1}${voffset -2}
${color0}Zoom In${alignr}${alignr}${color1}ctrl++
${color0}Zoon Out ${alignr}${color1}ctrl+-
${color0}Normal Size ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,37 @@
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 = '#282828',
own_window_class = 'Conky-nobg',
own_window_title = 'Mabox Polaroid Widget',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = 333,
minimum_height = 280,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
use_spacer = 'none',
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 = 10,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 30 ~/.config/conky/menuscripts/polaroid}
#${image ~/.config/conky/images/punaise.png -p 103,0 -s 96x96}
# Get punaise image from https://clipground.com/punaise-png.html and save as ~/.config/conky/images/punaise.png
# then uncomment above image line
]];

View File

@@ -0,0 +1,81 @@
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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky',
alignment = 'bottom_left',
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- graph borders
draw_graph_borders = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
short_units = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
--imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
]];

View File

@@ -0,0 +1,57 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 12,
border_outer_margin = 4,
border_width = 8,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -0,0 +1,87 @@
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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = 2,
};
conky.text = [[
${color1}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
${color0}Main menu ${alignr}${color1}super / super+spacebar
${color0}Settings menu ${alignr} ${color1}super+s
${color0}Left ${alignr} ${color1}ctrl+super+left
${color0}Right ${alignr} ${color1}ctrl+super+right
${color0}Places ${alignr} ${color1}super+.
${color1}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color1}super+alt+p
${color0}Conky ${alignr}${color1}super+alt+k
${color0}Menu/Panels ${alignr}${color1}super+alt+m
${color0}Wallpaper ${alignr}${color1}super+alt+w
${color0}ScreenLocker ${alignr}${color1}super+alt+l
${color1}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
${color0}Command Palette ${alignr}${color1}super+F1
${color0}Colorizer ${alignr}${color1}super+alt+o
${color0}Color Menu ${alignr}${color1}super+alt+c
${color0}Espanso - text expander ${alignr}${color1}super+alt+e
${color0}Exit dialog ${alignr}${color1}super+x
${color0}Screenshot tool ${alignr}${color1}super+PrtScr
]];

View File

@@ -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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_right',
gap_x = 260,
gap_y = 60,
-- minimum_height = 64,
minimum_width = 240,
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = 2,
};
conky.text = [[
${execpi 3 conkymountpoints.sh}]];

View File

@@ -0,0 +1,69 @@
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 = '#282828',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'top_middle',
gap_x = 0,
gap_y = 200,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = 2,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@@ -0,0 +1,96 @@
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 = '#282828',
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=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = 2,
};
conky.text = [[
${color1}RUN${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color1}super+t
${color0}quake-terminal ${alignr}${color1}ctrl+~,F12
${color0}file manager ${alignr}${color1}super+f
${color0}web browser ${alignr}${color1}super+w
${color0}text editor ${alignr}${color1}super+e
${color0}file search ${alignr}${color1}super+/
${color0}galculator ${alignr}${color1}super+g
${color0}internet radio ${alignr}${color1}super+r
${color0}volume control ${alignr}${color1}super+v
${color0}toggle Picom ${alignr}${color1}super+p
${color0}toggle Conky ${alignr}${color1}super+c
${color0}lock screen ${alignr}${color1}super+l
${color0}exit ${alignr}${color1}super+x
${color1}WINDOWS ${color0} ${hr 1}${voffset -2}
${color0}close ${alignr} ${color1}alt+F4
${color0}iconify ${alignr} ${color1}alt+F5
${color0}maximize ${alignr} ${color1}alt+F6
${color0}expose ${alignr} ${color1}super+~
${color0}show desktop ${alignr} ${color1}super+d
${color0}un/decorate ${alignr} ${color1}super+b
${color0}toggle fullscreen ${alignr} ${color1}F11
${color1}windows placement:
${color0} - half screen ${alignr} ${color1}super+arrows
${color0} - 1/4 screen ${alignr} ${color1}super+numpad[1..9]
${color1}DESKTOPS ${color0} ${hr 1}${voffset -2}
${color0}go to desktop ${alignr} ${color1}super+[1..4]
]];

View File

@@ -0,0 +1,88 @@
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 = '#282828',
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=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
color3 = '#d79921',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 12,
border_outer_margin = 4,
border_width = 8,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}${alignr}${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3}${color1}${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color0} CPU${alignr 6}$cpu% ${voffset -22}
${goto 18}${color2}${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 10}${goto 20}${color0} RAM${alignr 6}$legacymem / $memmax ${voffset -22}
${goto 18}${color2}${memgraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
${alignr}disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${color1}$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -g}${font}${color1}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -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 = '#282828',
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 = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
color2 = '#FB4934',
color3 = '#d79921',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 12,
border_outer_margin = 4,
border_width = 8,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -0,0 +1,85 @@
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 = '#282828',
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 = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#665C54',
color0 = '#ebdbb2',
color1 = '#98971a',
-- BORDERS
draw_borders = true,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 12,
border_outer_margin = 4,
-- border width
border_width = 8,
-- 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 = 2,
};
conky.text = [[
${color1}TILING TERMINAL WORKFLOW
${color1}RUN ${color0}${hr 1}
${voffset -2}${color0}Terminal ${alignr}${color1}super+t
${color0}Quick terminal (show/hide) ${alignr}${color1}ctrl+~,F12
${color1}SPLIT ${color0}${hr 1}
${voffset -2}${color0}horizontally ${alignr}${color1}ctrl+shift+o
${color0}vertically ${alignr}${color1}ctrl+shift+e
${color1}USEFULL ACTIONS ${color0}${hr 1}
${voffset -2}${color0}change focus${alignr}${color1}alt+arrows
${color0}resize active ${alignr}${color1}ctrl+shift+arrows
${color0}zoom active terminal ${alignr}${color1}ctrl+shift+x
${color0}fullscreen ${alignr}${color1}super+enter,F11
${color0}close terminal ${alignr}${color1}ctrl+shift+w
${color1}FONT SIZE ${color0}${hr 1}${voffset -2}
${color0}increase ${alignr}${alignr}${color1}ctrl++
${color0}decrease ${alignr}${color1}ctrl+-
${color0}reset ${alignr}${color1}ctrl+0
]];

View File

@@ -0,0 +1,24 @@
jgmenu_use_icons=true
jgmenu_use_borders=true
jgmenu_icon_theme='Numix-Square'
menu_font_family='Ubuntu Regular'
menu_font_size=10
menu_sep_font_family='Ubuntu Bold'
menu_sep_font_size=11
arrow_string=''
arrow_string_left=''
jgtools_border=0
jgtools_padding=8
jgtools_radius=2
submenu_spacing=8
panels_topmargin=60
panels_heightpos=full
item_height_factor=200
ok_icon=󰞑
ok_fgcolor=#008a00
warn_fgcolor=#FFFFFF
warn_bgcolor=#bd1e24
logo_in_color=#e6c637
logo_out_color=#121315
logo_in_opacity=0.5
logo_out_opacity=0.5

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,17 @@
item_radius = 2
item_border = 0
sep_height = 5
sep_halign = center
color_menu_bg = #d3d4bf 90
color_menu_border = #e9eeea 90
color_norm_bg = #d3d4bf 90
color_norm_fg = #0c1d23 90
color_sel_bg = #e8e8dd 100
color_sel_fg = #060b0a 90
color_sel_border = #c6b76b 90
color_sep_fg = #a29d62 20
color_title_bg = #cdc76d 90
color_title_border = #c6b76b 90
color_title_fg = #0c1d23 90
menu_gradient_pos = top_right
color_menu_bg_to = #d2cda1 90

View File

@@ -0,0 +1,4 @@
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };

View File

@@ -0,0 +1,5 @@
#define close_hover_width 12
#define close_hover_height 12
static unsigned char close_hover_bits[] = {
0x00, 0x00, 0x06, 0x06, 0x0e, 0x07, 0x9c, 0x03, 0x98, 0x01, 0x00, 0x00,
0x00, 0x00, 0x98, 0x01, 0x9c, 0x03, 0x0e, 0x07, 0x06, 0x06, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define close_pressed_width 12
#define close_pressed_height 12
static unsigned char close_pressed_bits[] = {
0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x06, 0x06, 0x00, 0x00 };

View File

@@ -0,0 +1,4 @@
#define desk_toggled_width 8
#define desk_toggled_height 8
static unsigned char desk_toggled_bits[] = {
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };

View File

@@ -0,0 +1,5 @@
#define desk_hover_width 12
#define desk_hover_height 12
static unsigned char desk_hover_bits[] = {
0x00, 0x00, 0x9e, 0x07, 0x9e, 0x07, 0x9e, 0x07, 0x9e, 0x07, 0x00, 0x00,
0x00, 0x00, 0x9e, 0x07, 0x9e, 0x07, 0x9e, 0x07, 0x9e, 0x07, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define desk_pressed_width 12
#define desk_pressed_height 12
static unsigned char desk_pressed_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x0c, 0x03, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x0c, 0x03, 0x02, 0x04, 0x00, 0x00 };

View File

@@ -0,0 +1,4 @@
#define desk_width 8
#define desk_height 8
static unsigned char desk_bits[] = {
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };

View File

@@ -0,0 +1,5 @@
#define desk_toggled_hover_width 12
#define desk_toggled_hover_height 12
static unsigned char desk_toggled_hover_bits[] = {
0x00, 0x00, 0x9e, 0x07, 0x9e, 0x04, 0x9e, 0x04, 0x9e, 0x07, 0x00, 0x00,
0x00, 0x00, 0x9e, 0x07, 0x92, 0x04, 0x92, 0x04, 0x9e, 0x07, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define desk_toggled_pressed_width 12
#define desk_toggled_pressed_height 12
static unsigned char desk_toggled_pressed_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x0c, 0x03, 0x0c, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x0c, 0x03, 0x02, 0x04, 0x00, 0x00 };

View File

@@ -0,0 +1,4 @@
#define iconify_width 8
#define iconify_height 8
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define iconify_hover_width 12
#define iconify_hover_height 12
static unsigned char iconify_hover_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define iconify_pressed_width 12
#define iconify_pressed_height 12
static unsigned char iconify_pressed_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x01, 0xf8, 0x01, 0x00, 0x00 };

View File

@@ -0,0 +1,4 @@
#define titlebutton_max_2_width 8
#define titlebutton_max_2_height 8
static unsigned char titlebutton_max_2_bits[] = {
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };

View File

@@ -0,0 +1,5 @@
#define max_hover_width 12
#define max_hover_height 12
static unsigned char max_hover_bits[] = {
0xff, 0x0f, 0xff, 0x0f, 0xff, 0x0f, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08,
0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0xff, 0x0f };

View File

@@ -0,0 +1,4 @@
#define titlebutton_max_2_width 8
#define titlebutton_max_2_height 8
static unsigned char titlebutton_max_2_bits[] = {
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };

View File

@@ -0,0 +1,5 @@
#define max_toggled_hover_width 12
#define max_toggled_hover_height 12
static unsigned char max_toggled_hover_bits[] = {
0x00, 0x09, 0x00, 0x05, 0x00, 0x03, 0x00, 0x0f, 0xff, 0x00, 0xff, 0x00,
0x81, 0x00, 0x81, 0x00, 0x81, 0x00, 0x81, 0x00, 0x81, 0x00, 0xff, 0x00 };

View File

@@ -0,0 +1,4 @@
#define shade_width 8
#define shade_height 8
static unsigned char shade_bits[] = {
0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };

View File

@@ -0,0 +1,5 @@
#define shade_hover_width 12
#define shade_hover_height 12
static unsigned char shade_hover_bits[] = {
0x00, 0x00, 0xfe, 0x07, 0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View File

@@ -0,0 +1,5 @@
#define shade_pressed_width 12
#define shade_pressed_height 12
static unsigned char shade_pressed_bits[] = {
0x00, 0x00, 0xf8, 0x01, 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

Some files were not shown because too many files have changed in this diff Show More