conkies update
parent
60ece95f3f
commit
d1f8217417
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#141414',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#50fafa',
|
||||||
|
color0 = '#8c8774',
|
||||||
|
color2 = '#f4a100',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#141414',
|
||||||
|
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 = '#50fafa',
|
||||||
|
color0 = '#8c8774',
|
||||||
|
color2 = '#f4a100',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#141414',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#50fafa',
|
||||||
|
color0 = '#8c8774',
|
||||||
|
color2 = '#f4a100',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
color1 = '#50fafa',
|
color1 = '#827d6a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 360,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
color1 = '#50fafa',
|
color1 = '#827d6a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5
|
|
@ -4,19 +4,19 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'middle_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -26,13 +26,13 @@ conky.config = {
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#309552',
|
default_color = '#50fafa',
|
||||||
color0 = '#fbfdfd',
|
color0 = '#8c8774',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#141414',
|
||||||
|
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 = '#50fafa',
|
||||||
|
color0 = '#8c8774',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = false,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#192723',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'top_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -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 = '#141414',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- 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 = '#50fafa',
|
||||||
|
color2 = '#f4a100',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#1b211e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Shortcuts Conky',
|
own_window_title = 'Mabox Shortcuts Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,35 +4,35 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'top_right',
|
||||||
gap_x = 260,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
color1 = '#50fafa',
|
color1 = '#827d6a',
|
||||||
color2 = '#50fafa',
|
color2 = '#f4a100',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#141414',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||||
|
|
||||||
|
@ -14,25 +14,25 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
color1 = '#50fafa',
|
color1 = '#827d6a',
|
||||||
color2 = '#50fafa',
|
color2 = '#f4a100',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2c2c2c',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Terminator Conky',
|
own_window_title = 'Mabox Terminator Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#108e71',
|
default_color = '#50fafa',
|
||||||
color0 = '#63625a',
|
color0 = '#8c8774',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#181c1d',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#e2e3e3',
|
||||||
|
color0 = '#7e8183',
|
||||||
|
color2 = '#00d3b8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#181c1d',
|
||||||
|
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 = '#e2e3e3',
|
||||||
|
color0 = '#7e8183',
|
||||||
|
color2 = '#00d3b8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#181c1d',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#e2e3e3',
|
||||||
|
color0 = '#7e8183',
|
||||||
|
color2 = '#00d3b8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
color1 = '#DA9B5D',
|
color1 = '#7b7f80',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'bottom_middle',
|
alignment = 'top_left',
|
||||||
gap_x = 0,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
color1 = '#DA9B5D',
|
color1 = '#7b7f80',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/clock_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_graph_mbcolor.conkyrc & sleep .5
|
|
@ -4,35 +4,35 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'middle_middle',
|
alignment = 'middle_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 0,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#181c1d',
|
||||||
|
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 = '#e2e3e3',
|
||||||
|
color0 = '#7e8183',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = false,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#393f40',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 260,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -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 = '#181c1d',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- 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 = '#e2e3e3',
|
||||||
|
color2 = '#00d3b8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#303638',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Shortcuts Conky',
|
own_window_title = 'Mabox Shortcuts Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||||
|
|
||||||
|
@ -14,25 +14,25 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
color1 = '#DA9B5D',
|
color1 = '#7b7f80',
|
||||||
color2 = '#6CABCD',
|
color2 = '#00d3b8',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#181c1d',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||||
|
|
||||||
|
@ -14,25 +14,25 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
color1 = '#DA9B5D',
|
color1 = '#7b7f80',
|
||||||
color2 = '#6CABCD',
|
color2 = '#00d3b8',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#3d4244',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Terminator Conky',
|
own_window_title = 'Mabox Terminator Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#B8BABB',
|
default_color = '#e2e3e3',
|
||||||
color0 = '#C8AC69',
|
color0 = '#7e8183',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#06030e',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#b098c4',
|
||||||
|
color0 = '#5c8db1',
|
||||||
|
color2 = '#711C91',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#06030e',
|
||||||
|
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 = '#b098c4',
|
||||||
|
color0 = '#5c8db1',
|
||||||
|
color2 = '#711C91',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#06030e',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#b098c4',
|
||||||
|
color0 = '#5c8db1',
|
||||||
|
color2 = '#711C91',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -2,36 +2,36 @@ conky.config = {
|
||||||
-- WINDOW
|
-- WINDOW
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
color1 = '#da9b5d',
|
color1 = '#a5439e',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -2,36 +2,36 @@ conky.config = {
|
||||||
-- WINDOW
|
-- WINDOW
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
color1 = '#da9b5d',
|
color1 = '#a5439e',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5
|
|
@ -4,35 +4,35 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'middle_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#06030e',
|
||||||
|
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 = '#b098c4',
|
||||||
|
color0 = '#5c8db1',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = true,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = false,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#251034',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -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 = '#06030e',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- 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 = '#b098c4',
|
||||||
|
color2 = '#711C91',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -4,34 +4,34 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -8,30 +8,30 @@ conky.config = {
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Shortcuts Conky',
|
own_window_title = 'Mabox Shortcuts Conky',
|
||||||
|
|
||||||
alignment = 'top_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -2,9 +2,9 @@ conky.config = {
|
||||||
|
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||||
|
|
||||||
|
@ -14,25 +14,25 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
color1 = '#da9b5d',
|
color1 = '#a5439e',
|
||||||
color2 = '#7fb6d3',
|
color2 = '#711C91',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#06030e',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||||
|
|
||||||
|
@ -14,25 +14,25 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
color1 = '#da9b5d',
|
color1 = '#a5439e',
|
||||||
color2 = '#7fb6d3',
|
color2 = '#711C91',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,9 +2,9 @@ conky.config = {
|
||||||
-- WINDOW
|
-- WINDOW
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#181a46',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Terminator Conky',
|
own_window_title = 'Mabox Terminator Conky',
|
||||||
|
|
||||||
|
@ -15,23 +15,23 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#9a3e81',
|
default_color = '#b098c4',
|
||||||
color0 = '#303bd1',
|
color0 = '#5c8db1',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#2a2c39',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#a380d7',
|
||||||
|
color0 = '#80849f',
|
||||||
|
color2 = '#8a8ea8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#2a2c39',
|
||||||
|
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 = '#a380d7',
|
||||||
|
color0 = '#80849f',
|
||||||
|
color2 = '#8a8ea8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#2a2c39',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#a380d7',
|
||||||
|
color0 = '#80849f',
|
||||||
|
color2 = '#8a8ea8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
color1 = '#c76199',
|
color1 = '#7c809c',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
color1 = '#c76199',
|
color1 = '#7c809c',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep 1s
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep 1s
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep 1s
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep 1s
|
||||||
|
|
|
@ -4,15 +4,15 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'middle_middle',
|
alignment = 'middle_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 0,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
|
@ -21,18 +21,18 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 1,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#2a2c39',
|
||||||
|
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 = '#a380d7',
|
||||||
|
color0 = '#80849f',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = false,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -4,12 +4,12 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#3e4154',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
|
@ -20,16 +20,16 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -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 = '#2a2c39',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- 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 = '#a380d7',
|
||||||
|
color2 = '#8a8ea8',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_middle',
|
alignment = 'top_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
@ -20,16 +20,16 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#363949',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Shortcuts Conky',
|
own_window_title = 'Mabox Shortcuts Conky',
|
||||||
|
|
||||||
alignment = 'top_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
@ -20,16 +20,16 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||||
|
|
||||||
|
@ -19,19 +19,19 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
color1 = '#c76199',
|
color1 = '#7c809c',
|
||||||
color2 = '#552e66',
|
color2 = '#8a8ea8',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||||
|
|
||||||
|
@ -19,19 +19,19 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
color1 = '#c76199',
|
color1 = '#7c809c',
|
||||||
color2 = '#552e66',
|
color2 = '#8a8ea8',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#414458',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Terminator Conky',
|
own_window_title = 'Mabox Terminator Conky',
|
||||||
|
|
||||||
|
@ -20,16 +20,16 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#5d617d',
|
default_color = '#a380d7',
|
||||||
color0 = '#896eb5',
|
color0 = '#80849f',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#2a2c39',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#504945',
|
||||||
|
color0 = '#89b482',
|
||||||
|
color2 = '#d8a757',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
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 = '#2a2c39',
|
||||||
|
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 = '#504945',
|
||||||
|
color0 = '#89b482',
|
||||||
|
color2 = '#d8a757',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#2a2c39',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#504945',
|
||||||
|
color0 = '#89b482',
|
||||||
|
color2 = '#d8a757',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
color1 = '#88593a',
|
color1 = '#d3869a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
color1 = '#88593a',
|
color1 = '#d3869a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
|
@ -4,15 +4,15 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'middle_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
|
@ -21,18 +21,18 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 1,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#2a2c39',
|
||||||
|
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 = '#504945',
|
||||||
|
color0 = '#89b482',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = false,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -4,12 +4,12 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#3e4154',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'top_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 220,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -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 = '#2a2c39',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- 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 = '#504945',
|
||||||
|
color2 = '#d8a757',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = false,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_middle',
|
alignment = 'top_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
@ -20,13 +20,13 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#130f2d',
|
own_window_colour = '#363949',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Shortcuts Conky',
|
own_window_title = 'Mabox Shortcuts Conky',
|
||||||
|
|
||||||
alignment = 'top_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
@ -20,13 +20,13 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||||
|
|
||||||
|
@ -19,15 +19,15 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
color1 = '#88593a',
|
color1 = '#d3869a',
|
||||||
color2 = '#8e6106',
|
color2 = '#d8a757',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,11 +4,11 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#2a2c39',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_right',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
@ -19,15 +19,15 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#222222',
|
default_shade_color = '#222222',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
color1 = '#88593a',
|
color1 = '#d3869a',
|
||||||
color2 = '#8e6106',
|
color2 = '#d8a757',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#414458',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Terminator Conky',
|
own_window_title = 'Mabox Terminator Conky',
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#d4be98',
|
default_color = '#504945',
|
||||||
color0 = '#5e5445',
|
color0 = '#89b482',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#142c2c',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
minimum_height = 64,
|
||||||
|
minimum_width = 64,
|
||||||
|
|
||||||
|
-- FONTS
|
||||||
|
use_xft = true,
|
||||||
|
font = 'Ubuntu:size=8',
|
||||||
|
xftalpha = 1,
|
||||||
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
-- COLORS
|
||||||
|
draw_shades = false,
|
||||||
|
default_shade_color = '#000000',
|
||||||
|
draw_outline = false,
|
||||||
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
|
default_color = '#309552',
|
||||||
|
color0 = '#accdc7',
|
||||||
|
color2 = '#e8cb2d',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#142c2c',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Network Conky',
|
||||||
|
|
||||||
|
alignment = '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 = '#309552',
|
||||||
|
color0 = '#accdc7',
|
||||||
|
color2 = '#e8cb2d',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -0,0 +1,80 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#142c2c',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
minimum_height = 64,
|
||||||
|
minimum_width = 64,
|
||||||
|
|
||||||
|
-- FONTS
|
||||||
|
use_xft = true,
|
||||||
|
font = 'Ubuntu:size=8',
|
||||||
|
xftalpha = 1,
|
||||||
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
-- COLORS
|
||||||
|
draw_shades = false,
|
||||||
|
default_shade_color = '#000000',
|
||||||
|
draw_outline = false,
|
||||||
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
|
default_color = '#309552',
|
||||||
|
color0 = '#accdc7',
|
||||||
|
color2 = '#e8cb2d',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -8,13 +8,13 @@ conky.config = {
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -8,13 +8,13 @@ conky.config = {
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 360,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||||
|
|
|
@ -8,15 +8,15 @@ conky.config = {
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'middle_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,57 @@
|
||||||
|
conky.config = {
|
||||||
|
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
|
own_window_colour = '#142c2c',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Info Conky',
|
||||||
|
|
||||||
|
alignment = '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 = '#309552',
|
||||||
|
color0 = '#accdc7',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = true,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
|
@ -9,13 +9,13 @@ conky.config = {
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 260,
|
gap_x = 240,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
|
@ -0,0 +1,68 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#142c2c',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox Mountpoints Conky',
|
||||||
|
|
||||||
|
alignment = 'bottom_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
-- minimum_height = 64,
|
||||||
|
minimum_width = 240,
|
||||||
|
|
||||||
|
-- FONTS
|
||||||
|
use_xft = true,
|
||||||
|
font = 'Ubuntu:size=8',
|
||||||
|
xftalpha = 1,
|
||||||
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
-- COLORS
|
||||||
|
draw_shades = false,
|
||||||
|
default_shade_color = '#000000',
|
||||||
|
draw_outline = false,
|
||||||
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
|
default_color = '#309552',
|
||||||
|
color2 = '#e8cb2d',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${execpi 3 conkymountpoints.sh}]];
|
||||||
|
|
||||||
|
|
|
@ -8,14 +8,14 @@ conky.config = {
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Tools Conky',
|
own_window_title = 'Mabox Tools Conky',
|
||||||
|
|
||||||
alignment = 'bottom_middle',
|
alignment = 'top_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
~/.config/conky/mbcolor
|
||||||
|
|
|
@ -15,7 +15,7 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -14,7 +14,7 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -27,12 +27,12 @@ conky.config = {
|
||||||
default_color = '#309552',
|
default_color = '#309552',
|
||||||
color0 = '#accdc7',
|
color0 = '#accdc7',
|
||||||
color1 = '#61c4bc',
|
color1 = '#61c4bc',
|
||||||
color2 = '#61c4bc',
|
color2 = '#e8cb2d',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -14,7 +14,7 @@ conky.config = {
|
||||||
minimum_width = '200',
|
minimum_width = '200',
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -27,12 +27,12 @@ conky.config = {
|
||||||
default_color = '#309552',
|
default_color = '#309552',
|
||||||
color0 = '#accdc7',
|
color0 = '#accdc7',
|
||||||
color1 = '#61c4bc',
|
color1 = '#61c4bc',
|
||||||
color2 = '#61c4bc',
|
color2 = '#e8cb2d',
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
border_width = 1,
|
border_width = 1,
|
||||||
|
@ -67,7 +67,8 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
#
|
#
|
||||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
|
||||||
|
$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||||
$alignr$color memory ${color0}$legacymem - $memmax
|
$alignr$color memory ${color0}$legacymem - $memmax
|
||||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||||
#
|
#
|
||||||
|
|
|
@ -15,7 +15,7 @@ conky.config = {
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ conky.config = {
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = true,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#060c09',
|
||||||
|
own_window_colourto = '#222222',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox CPU Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 240,
|
||||||
|
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 = '#accdc7',
|
||||||
|
color0 = '#2f964e',
|
||||||
|
color2 = '#E95420',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}CPU$alignr$cpu%
|
||||||
|
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||||
|
$font$color0${top name 1}$alignr$color${top cpu 1}%
|
||||||
|
$color0${top name 2}$alignr$color${top cpu 2}%
|
||||||
|
$color0${top name 3}$alignr$color${top cpu 3}%
|
||||||
|
$color0${top name 4}$alignr$color${top cpu 4}%
|
||||||
|
$color0${top name 5}$alignr$color${top cpu 5}%
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
conky.config = {
|
||||||
|
-- WINDOW
|
||||||
|
own_window = true,
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_transparent = false,
|
||||||
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
|
own_window_colour = '#060c09',
|
||||||
|
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 = '#accdc7',
|
||||||
|
color0 = '#2f964e',
|
||||||
|
color2 = '#E95420',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}NETWORK
|
||||||
|
${color}Device ${alignr}${color0}enp0s3
|
||||||
|
${color}IP ${alignr}${color0}${addr enp0s3}
|
||||||
|
${color}Download $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
|
||||||
|
${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
|
||||||
|
${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
|
||||||
|
${color0}${hr}
|
||||||
|
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
|
||||||
|
]];
|
|
@ -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 = '#060c09',
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_title = 'Mabox RAM Conky',
|
||||||
|
|
||||||
|
alignment = 'top_right',
|
||||||
|
gap_x = 30,
|
||||||
|
gap_y = 420,
|
||||||
|
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 = '#accdc7',
|
||||||
|
color0 = '#2f964e',
|
||||||
|
color2 = '#E95420',
|
||||||
|
|
||||||
|
-- BORDERS
|
||||||
|
draw_borders = true,
|
||||||
|
-- Stippled borders?
|
||||||
|
stippled_borders = 0,
|
||||||
|
-- border margins
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
-- border width
|
||||||
|
border_width = 1,
|
||||||
|
-- graph borders
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
|
||||||
|
-- MISC
|
||||||
|
-- Boolean value, if true, Conky will be forked to background when started.
|
||||||
|
background = true,
|
||||||
|
short_units = true,
|
||||||
|
|
||||||
|
-- Adds spaces around certain objects to stop them from moving other things
|
||||||
|
-- around, this only helps if you are using a mono font
|
||||||
|
-- Options: right, left or none
|
||||||
|
use_spacer = 'none',
|
||||||
|
|
||||||
|
-- Subtract (file system) buffers from used memory?
|
||||||
|
no_buffers = true,
|
||||||
|
|
||||||
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||||
|
-- $image lots. Set to 0 to disable the image cache.
|
||||||
|
--imlib_cache_size = 0,
|
||||||
|
|
||||||
|
-- Use the Xdbe extension? (eliminates flicker)
|
||||||
|
-- It is highly recommended to use own window with this one
|
||||||
|
-- so double buffer won't be so big.
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${color}RAM${alignr 4}$legacymem / $memmax
|
||||||
|
$color2$alignr${memgraph 50,190 -t}${voffset -6}
|
||||||
|
$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||||
|
$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||||
|
$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||||
|
$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||||
|
$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||||
|
]];
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,13 @@ conky.config = {
|
||||||
-- WINDOW
|
-- WINDOW
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#060c09',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock and Date',
|
own_window_title = 'Mabox Simple Clock and Date',
|
||||||
|
|
||||||
alignment = 'top_middle',
|
alignment = 'bottom_middle',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 60,
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@ conky.config = {
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = true,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#69a677',
|
default_color = '#accdc7',
|
||||||
color0 = '#bcd7d2',
|
color0 = '#2f964e',
|
||||||
color1 = '#ac3a11',
|
color1 = '#476d8a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 0,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
|
|
|
@ -2,36 +2,36 @@ conky.config = {
|
||||||
-- WINDOW
|
-- WINDOW
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = false,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#060c09',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Simple Clock',
|
own_window_title = 'Mabox Simple Clock',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_left',
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 360,
|
gap_y = 60,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#69a677',
|
default_color = '#accdc7',
|
||||||
color0 = '#bcd7d2',
|
color0 = '#2f964e',
|
||||||
color1 = '#ac3a11',
|
color1 = '#476d8a',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = true,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||||
|
conky -c ~/.config/conky/quoter_mbcolor.conkyrc & sleep .5
|
|
@ -4,35 +4,35 @@ conky.config = {
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||||
own_window_colour = '#142c2c',
|
own_window_colour = '#060c09',
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_title = 'Mabox Logo',
|
own_window_title = 'Mabox Logo',
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'middle_middle',
|
||||||
gap_x = 30,
|
gap_x = 0,
|
||||||
gap_y = 60,
|
gap_y = 0,
|
||||||
minimum_height = 128,
|
minimum_height = 64,
|
||||||
minimum_width = 128,
|
minimum_width = 64,
|
||||||
|
|
||||||
-- FONTS
|
-- FONTS
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Ubuntu:size=9',
|
font = 'Ubuntu:size=8',
|
||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
override_utf8_locale = true,
|
override_utf8_locale = true,
|
||||||
|
|
||||||
-- COLORS
|
-- COLORS
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
default_shade_color = '#000000',
|
default_shade_color = '#000000',
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
default_outline_color = '#222222',
|
default_outline_color = '#222222',
|
||||||
|
|
||||||
default_color = '#69a677',
|
default_color = '#accdc7',
|
||||||
color0 = '#bcd7d2',
|
color0 = '#2f964e',
|
||||||
|
|
||||||
-- BORDERS
|
-- BORDERS
|
||||||
draw_borders = false,
|
draw_borders = false,
|
||||||
-- Stippled borders?
|
-- Stippled borders?
|
||||||
stippled_borders = 3,
|
stippled_borders = 0,
|
||||||
-- border margins
|
-- border margins
|
||||||
border_inner_margin = 8,
|
border_inner_margin = 8,
|
||||||
border_outer_margin = 8,
|
border_outer_margin = 8,
|
||||||
|
@ -63,7 +63,7 @@ conky.config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
|
||||||
]];
|
]];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 = '#060c09',
|
||||||
|
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 = '#accdc7',
|
||||||
|
color0 = '#2f964e',
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
|
||||||
|
draw_borders = true,
|
||||||
|
stippled_borders = 0,
|
||||||
|
border_inner_margin = 8,
|
||||||
|
border_outer_margin = 8,
|
||||||
|
border_width = 1,
|
||||||
|
draw_graph_borders = true,
|
||||||
|
|
||||||
|
background = true,
|
||||||
|
no_buffers = true,
|
||||||
|
imlib_cache_size = 0,
|
||||||
|
short_units = true,
|
||||||
|
double_buffer = true,
|
||||||
|
update_interval = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
conky.text = [[
|
||||||
|
${image ~/.config/conky/images/mabox_3d.png -s 64x64}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||||
|
$alignr${execi 10000 whoami}@${nodename}
|
||||||
|
${alignr}${color0}uptime ${color}${uptime_short}
|
||||||
|
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||||
|
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||||
|
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||||
|
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||||
|
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||||
|
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||||
|
#${voffset -50}
|
||||||
|
]];
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue