master
Daniel Napora 2023-05-26 22:46:02 +02:00
parent 41388f75c2
commit fe383aa54c
46 changed files with 75 additions and 3252 deletions

View File

@ -1,79 +0,0 @@
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}%
]];

View File

@ -1,79 +0,0 @@
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}
]];

View File

@ -1,80 +0,0 @@
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}
]];

View File

@ -1,73 +0,0 @@
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 Simple Clock and Date',
alignment = 'bottom_middle',
gap_x = 0,
gap_y = 60,
-- 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',
color1 = '#7b7f80',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font}
${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}%
]];

View File

@ -1,71 +0,0 @@
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 Simple Clock',
alignment = 'top_left',
gap_x = 30,
gap_y = 60,
-- 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',
color1 = '#7b7f80',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font}
${voffset 20}${alignr}${color} $cpu% $legacymem
]];

View File

@ -1,5 +0,0 @@
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

View File

@ -1,69 +0,0 @@
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 Logo',
alignment = 'middle_middle',
gap_x = 0,
gap_y = 0,
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',
-- 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 = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]];

View File

@ -1,57 +0,0 @@
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 -m}${font}${color}
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
#${voffset -50}
]];

View File

@ -1,86 +0,0 @@
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 = '#393f40',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
${color0}Main menu ${alignr}${color}super / super+spacebar
${color0}Settings menu ${alignr} ${color}super+s
${color0}Left ${alignr} ${color}ctrl+super+left
${color0}Right ${alignr} ${color}ctrl+super+right
${color0}Places ${alignr} ${color}super+.
${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color}super+alt+p
${color0}Conky ${alignr}${color}super+alt+k
${color0}Menu/Panels ${alignr}${color}super+alt+m
${color0}Wallpaper ${alignr}${color}super+alt+w
${color0}ScreenLocker ${alignr}${color}super+alt+l
${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
${color0}Command Palette ${alignr}${color}super+F1
${color0}Colorizer ${alignr}${color}super+alt+o
${color0}Color Menu ${alignr}${color}super+alt+c
${color0}Espanso - text expander ${alignr}${color}super+alt+e
${color0}Exit dialog ${alignr}${color}super+x
${color0}Screenshot tool ${alignr}${color}super+PrtScr
]];

View File

@ -1,68 +0,0 @@
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}]];

View File

@ -1,68 +0,0 @@
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 Tools Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@ -1,95 +0,0 @@
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 = '#303638',
own_window_class = 'Conky',
own_window_title = 'Mabox Shortcuts Conky',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}RUN${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color}super+t
${color0}quake-terminal ${alignr}${color}ctrl+~
${color0}file manager ${alignr}${color}super+f
${color0}web browser ${alignr}${color}super+w
${color0}text editor ${alignr}${color}super+e
${color0}file search ${alignr}${color}super+/
${color0}galculator ${alignr}${color}super+g
${color0}internet radio ${alignr}${color}super+r
${color0}volume control ${alignr}${color}super+v
${color0}toggle Picom ${alignr}${color}super+p
${color0}toggle Conky ${alignr}${color}super+c
${color0}lock screen ${alignr}${color}super+l
${color0}exit ${alignr}${color}super+x
${color}WINDOWS ${color0} ${hr 1}${voffset -2}
${color0}close ${alignr} ${color}alt+F4
${color0}iconify ${alignr} ${color}alt+F5
${color0}maximize ${alignr} ${color}alt+F6
${color0}expose ${alignr} ${color}super+~
${color0}show desktop ${alignr} ${color}super+d
${color0}un/decorate ${alignr} ${color}super+b
${color0}toggle fullscreen ${alignr} ${color}F11
${color}windows placement:
${color0} - half screen ${alignr} ${color}super+arrows
${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
${color}DESKTOPS ${color0} ${hr 1}${voffset -2}
${color0}go to desktop ${alignr} ${color}super+[1..4]
]];

View File

@ -1,87 +0,0 @@
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 Sysinfo Graph Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
color1 = '#7b7f80',
color2 = '#00d3b8',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${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}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color}${uptime_short}
${alignr}${color0}${alignr}kernel ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,85 +0,0 @@
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 Sysinfo Bar Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
color1 = '#7b7f80',
color2 = '#00d3b8',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color}CPU$alignr$cpu%
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${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}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color}${uptime_short}
${alignr}${color0}${alignr}kernel ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,84 +0,0 @@
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 = '#3d4244',
own_window_class = 'Conky',
own_window_title = 'Mabox Terminator Conky',
alignment = 'bottom_right',
gap_x = 300,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#e2e3e3',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}TILING TERMINAL WORKFLOW
${color}RUN ${color0}${hr 1}
${voffset -2}${color0}terminal ${alignr}${color}super+t
${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~
${color}SPLIT ${color0}${hr 1}
${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o
${color0}vertically ${alignr}${color}ctrl+shift+e
${color}USEFULL ACTIONS ${color0}${hr 1}
${voffset -2}${color0}change focus${alignr}${color}alt+arrows
${color0}resize active ${alignr}${color}ctrl+shift+arrows
${color0}zoom active terminal ${alignr}${color}ctrl+shift+x
${color0}fullscreen ${alignr}${color}super+enter,F11
${color0}close terminal ${alignr}${color}ctrl+shift+w
${color}FONT SIZE ${color0}${hr 1}${voffset -2}
${color0}increase ${alignr}${alignr}${color}ctrl++
${color0}decrease ${alignr}${color}ctrl+-
${color0}reset ${alignr}${color}ctrl+0
]];

View File

@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPPPPPLTSEPBCPP
panel_items = PPPPPPLTESEPBCPP
panel_size = 80% 32
panel_margin = 0 0
panel_padding = 0 1 1
@ -241,6 +241,30 @@ ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = t2-cortile
execp_interval = 1
execp_has_icon = 1
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = Cortile helper
execp_lclick_command = ~/.config/cortile/tint2-cortile/t2-cortile left
execp_rclick_command = ~/.config/cortile/tint2-cortile/t2-cortile right
execp_mclick_command = ~/.config/cortile/tint2-cortile/t2-cortile middle
execp_uwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile up
execp_dwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile down
execp_font_color = #ffffff 100
execp_padding = 0 0
execp_background_id = 6
execp_centered = 0
execp_icon_w = 32
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 1
execp_has_icon = 0

View File

@ -1,79 +0,0 @@
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 = '#6c6f6b',
-- 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}%
]];

View File

@ -1,79 +0,0 @@
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 = '#6c6f6b',
-- 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}
]];

View File

@ -1,80 +0,0 @@
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 = 410,
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 = '#6c6f6b',
-- 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}
]];

View File

@ -1,73 +0,0 @@
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 Simple Clock and Date',
alignment = 'bottom_middle',
gap_x = 10,
gap_y = 60,
-- 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',
color1 = '#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,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font}
${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}%
]];

View File

@ -1,71 +0,0 @@
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 Simple Clock',
alignment = 'top_left',
gap_x = 20,
gap_y = 60,
-- 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',
color1 = '#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,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font}
${voffset 20}${alignr}${color} $cpu% $legacymem
]];

View File

@ -1,69 +0,0 @@
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 Logo',
alignment = 'middle_middle',
gap_x = 0,
gap_y = 0,
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',
-- 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 = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]];

View File

@ -1,57 +0,0 @@
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 -m}${font}${color}
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
#${voffset -50}
]];

View File

@ -1,86 +0,0 @@
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 = '#192723',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 300,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}MENUS/PANELES LATERALES${color0} ${hr 1}${voffset -2}
${color0}Menu principal ${alignr}${color}super / super+barra de espacio
${color0}Ajustes de menu principal ${alignr} ${color}super+s
${color0}Lateral izquierdo ${alignr} ${color}ctrl+super+flecha izquierda
${color0}Lateral derecho ${alignr} ${color}ctrl+super+flecha derecha
${color0}Lugares ${alignr} ${color}super+.
${color}AJUSTES de MENUS ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color}super+alt+p
${color0}Conky ${alignr}${color}super+alt+k
${color0}Menu/Paneles laterales ${alignr}${color}super+alt+m
${color0}Fondo de pantalla ${alignr}${color}super+alt+w
${color0}Bloqueo de pantalla ${alignr}${color}super+alt+l
${color}HERRAMIENTAS de Mabox Linux ${color0} ${hr 1}${voffset -2}
${color0}Paleta de Comandos ${alignr}${color}super+F1
${color0}Colorizador ${alignr}${color}super+alt+o
${color0}Menu de Colores ${alignr}${color}super+alt+c
${color0}Espanso - expansor de texto ${alignr}${color}super+alt+e
${color0}Ventana de salida ${alignr}${color}super+x
${color0}Capturador de pantalla${alignr}${color}super+PrtScr
]];

View File

@ -1,68 +0,0 @@
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 = '#6c6f6b',
-- 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}]];

View File

@ -1,68 +0,0 @@
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 Tools Conky',
alignment = 'top_middle',
gap_x = 0,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@ -1,95 +0,0 @@
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 = '#1b211e',
own_window_class = 'Conky',
own_window_title = 'Mabox Shortcuts Conky',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}EJECUTAR${alignr}${color0}super = tecla windows${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color}super+t
${color0}terminal de quake ${alignr}${color}ctrl+~
${color0}gestor de archivos ${alignr}${color}super+f
${color0}navegador www ${alignr}${color}super+w
${color0}editor de texto ${alignr}${color}super+e
${color0}buscador de archivos ${alignr}${color}super+/
${color0}calculadora ${alignr}${color}super+g
${color0}radios en internet ${alignr}${color}super+r
${color0}volumen de audio ${alignr}${color}super+v
${color0}activar Picom ${alignr}${color}super+p
${color0}activar Conky ${alignr}${color}super+c
${color0}bloquear pantalla ${alignr}${color}super+l
${color0}salir ${alignr}${color}super+x
${color}VENTANAS ${color0} ${hr 1}${voffset -2}
${color0}cerrar ${alignr} ${color}alt+F4
${color0}iconificar ${alignr} ${color}alt+F5
${color0}maximizar ${alignr} ${color}alt+F6
${color0}expose ${alignr} ${color}super+~
${color0}mostrar el escritorio ${alignr} ${color}super+d
${color0}des/decorar barra ${alignr} ${color}super+b
${color0}activar pantalla completa ${alignr} ${color}F11
${color}posicionar ventanas:
${color0} - mitad de pantalla ${alignr} ${color}super+flechas
${color0} - 1/4 de pantalla ${alignr} ${color}super+teclado numerico[1..9]
${color}ESCRITORIOS ${color0} ${hr 1}${voffset -2}
${color0}moverse entre escritorios ${alignr} ${color}super+numeros[1..4]
]];

View File

@ -1,87 +0,0 @@
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 Sysinfo Graph Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
color1 = '#f4a100',
color2 = '#6c6f6b',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
$alignr disco ${color0}${fs_used /} - ${fs_size /}
$alignr$color memoria ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}tiempo activo ${color}${uptime_short}
${alignr}${color0}${alignr}kernel ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}sistema de archivos ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
#${voffset 10}${alignr}${color} actualizaciones disponibles ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color} paquetes instalados: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} rama: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,85 +0,0 @@
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 Sysinfo Bar Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
color1 = '#f4a100',
color2 = '#6c6f6b',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color}CPU$alignr$cpu%
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
$alignr disco ${color0}${fs_used /} - ${fs_size /}
$alignr$color memoria ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}tiempo activo ${color}${uptime_short}
${alignr}${color0}${alignr}kernel ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}sistema de archivos ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
${alignr}${color} paquetes instalados: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} rama: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,84 +0,0 @@
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 = '#2c2c2c',
own_window_class = 'Conky',
own_window_title = 'Mabox Terminator Conky',
alignment = 'bottom_right',
gap_x = 300,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#50fafa',
color0 = '#8c8774',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}TRABAJANDO TILING CON VENTANAS
${color}EJECUTAR ${color0}${hr 1}
${voffset -2}${color0}terminal ${alignr}${color}super+t
${color0}quake-terminal (mostrar/esconder) ${alignr}${color}ctrl+~
${color}DIVIDIR ${color0}${hr 1}
${voffset -2}${color0}horizontalmente ${alignr}${color}ctrl+shift+o
${color0}verticalmente ${alignr}${color}ctrl+shift+e
${color}ACCIONES UTILES ${color0}${hr 1}
${voffset -2}${color0}cambiar el centro${alignr}${color}alt+flechas
${color0}redimensionar terminal activo ${alignr}${color}ctrl+shift+flechas
${color0}enfocar la terminal activa ${alignr}${color}ctrl+shift+x
${color0}pantalla completa ${alignr}${color}super+enter,F11
${color0}cerrar la terminal ${alignr}${color}ctrl+shift+w
${color}TAMAÑO FUENTE ${color0}${hr 1}${voffset -2}
${color0}aumentar ${alignr}${alignr}${color}ctrl++
${color0}disminuir ${alignr}${color}ctrl+-
${color0}reestablecer ${alignr}${color}ctrl+0
]];

View File

@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPPPPPLTSEPBCPP
panel_items = PPPPPPLTESEPBCPP
panel_size = 80% 32
panel_margin = 0 0
panel_padding = 0 1 1
@ -241,6 +241,30 @@ ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = t2-cortile
execp_interval = 1
execp_has_icon = 1
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = Cortile helper
execp_lclick_command = ~/.config/cortile/tint2-cortile/t2-cortile left
execp_rclick_command = ~/.config/cortile/tint2-cortile/t2-cortile right
execp_mclick_command = ~/.config/cortile/tint2-cortile/t2-cortile middle
execp_uwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile up
execp_dwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile down
execp_font_color = #ffffff 100
execp_padding = 0 0
execp_background_id = 6
execp_centered = 0
execp_icon_w = 32
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 1
execp_has_icon = 0

View File

@ -1,79 +0,0 @@
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 = '#a1a4a5',
color0 = '#7e8183',
color2 = '#3daee9',
-- 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}%
]];

View File

@ -1,79 +0,0 @@
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 = '#a1a4a5',
color0 = '#7e8183',
color2 = '#3daee9',
-- 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}SIEĆ
${color}Urządzenie ${alignr}${color0}enp0s3
${color}Adres IP ${alignr}${color0}${addr enp0s3}
${color}Pobieranie $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}
]];

View File

@ -1,80 +0,0 @@
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 = '#a1a4a5',
color0 = '#7e8183',
color2 = '#3daee9',
-- 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}
]];

View File

@ -1,73 +0,0 @@
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 Simple Clock and Date',
alignment = 'bottom_middle',
gap_x = 0,
gap_y = 60,
-- 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 = '#a1a4a5',
color0 = '#7e8183',
color1 = '#7b7f80',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font}
${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}%
]];

View File

@ -1,71 +0,0 @@
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 Simple Clock',
alignment = 'bottom_middle',
gap_x = 0,
gap_y = 60,
-- 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 = '#a1a4a5',
color0 = '#7e8183',
color1 = '#7b7f80',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
short_units = true,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font}
${voffset 20}${alignr}${color} $cpu% $legacymem
]];

View File

@ -1,69 +0,0 @@
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 Logo',
alignment = 'middle_middle',
gap_x = 0,
gap_y = 0,
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 = '#a1a4a5',
color0 = '#7e8183',
-- 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 = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]];

View File

@ -1,57 +0,0 @@
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 = '#a1a4a5',
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}jądro ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -m}${font}${color}
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
#${voffset -50}
]];

View File

@ -1,86 +0,0 @@
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 = '#393f40',
own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left',
gap_x = 240,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
${color0}Menu główne ${alignr}${color}super / super+spacebar
${color0}Menu ustawień ${alignr} ${color}super+s
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
${color0}Prawy panel ${alignr} ${color}ctrl+super+right
${color0}Miejsca ${alignr} ${color}super+.
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
${color0}Tint2 ${alignr}${color}super+alt+p
${color0}Conky ${alignr}${color}super+alt+k
${color0}Menu/Panele ${alignr}${color}super+alt+m
${color0}Tapeta ${alignr}${color}super+alt+w
${color0}Blokada ekranu ${alignr}${color}super+alt+l
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
${color0}Paleta Komend ${alignr}${color}super+F1
${color0}Colorizer ${alignr}${color}super+alt+o
${color0}Color Menu ${alignr}${color}super+alt+c
${color0}Espanso - text expander ${alignr}${color}super+alt+e
${color0}Dialog wylogowana ${alignr}${color}super+x
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
]];

View File

@ -1,68 +0,0 @@
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 = '#a1a4a5',
color2 = '#3daee9',
-- 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}]];

View File

@ -1,68 +0,0 @@
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 Tools Conky',
alignment = 'bottom_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${execpi 1800 quote.sh}
]];

View File

@ -1,95 +0,0 @@
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 = '#303638',
own_window_class = 'Conky',
own_window_title = 'Mabox Shortcuts Conky',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}URUCHOM${alignr}${color0}super = windows key${voffset -8}
${color0}${hr 1}${voffset -4}
${color0}terminal ${alignr}${color}super+t
${color0}quake-terminal ${alignr}${color}ctrl+~
${color0}manadżer plików ${alignr}${color}super+f
${color0}przeglądarka www ${alignr}${color}super+w
${color0}edytor tekstu ${alignr}${color}super+e
${color0}wyszukiwanie plików ${alignr}${color}super+/
${color0}galculator ${alignr}${color}super+g
${color0}radio internetowe ${alignr}${color}super+r
${color0}ustawienia głośności ${alignr}${color}super+v
${color0}przełącz Picom ${alignr}${color}super+p
${color0}przełącz Conky ${alignr}${color}super+c
${color0}blokada ekranu ${alignr}${color}super+l
${color0}wyjście ${alignr}${color}super+x
${color}OKNA ${color0} ${hr 1}${voffset -2}
${color0}zamknij ${alignr} ${color}alt+F4
${color0}minimalizuj ${alignr} ${color}alt+F5
${color0}maksymalizuj ${alignr} ${color}alt+F6
${color0}eksponuj okna ${alignr} ${color}super+~
${color0}pokaż pulpit ${alignr} ${color}super+d
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
${color0}pełny ekran ${alignr} ${color}F11
${color}rozmieszczanie okien:
${color0} - połowa ekranu ${alignr} ${color}super+arrows
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
${color}PULPITY ${color0} ${hr 1}${voffset -2}
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
]];

View File

@ -1,87 +0,0 @@
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 Sysinfo Graph Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
color1 = '#7b7f80',
color2 = '#3daee9',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
$alignr dysk ${color0}${fs_used /} - ${fs_size /}
$alignr$color pamięć ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color}${uptime_short}
${alignr}${color0}${alignr}jądro ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,85 +0,0 @@
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 Sysinfo Bar Conky',
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
color1 = '#7b7f80',
color2 = '#3daee9',
cpu_avg_samples = 2,
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 8,
border_outer_margin = 8,
border_width = 1,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
$color${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color}CPU$alignr$cpu%
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
#
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64}
$alignr dysk ${color0}${fs_used /} - ${fs_size /}
$alignr$color pamięć ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color}${uptime_short}
${alignr}${color0}${alignr}jądro ${color}${kernel}
${alignr}${color0}${alignr}arch ${color}${machine}
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@ -1,84 +0,0 @@
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 = '#3d4244',
own_window_class = 'Conky',
own_window_title = 'Mabox Terminator Conky',
alignment = 'bottom_right',
gap_x = 300,
gap_y = 60,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#a1a4a5',
color0 = '#7e8183',
-- BORDERS
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 8,
border_outer_margin = 8,
-- border width
border_width = 1,
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}PRACA Z TILING TERMINALEM
${color}URUCHOM ${color0}${hr 1}
${voffset -2}${color0}terminal ${alignr}${color}super+t
${color0}quake-terminal ${alignr}${color}ctrl+~
${color}PODZIEL ${color0}${hr 1}
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
${color0}pionowo ${alignr}${color}ctrl+shift+e
${color}AKCJE ${color0}${hr 1}
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
${color0}zoom ${alignr}${color}ctrl+shift+x
${color0}pełny ekran ${alignr}${color}super+enter,F11
${color0}zamknij ${alignr}${color}ctrl+shift+w
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
${color0}powiększ ${alignr}${alignr}${color}ctrl++
${color0}pomniejsz ${alignr}${color}ctrl+-
${color0}resetuj ${alignr}${color}ctrl+0
]];

View File

@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPPPPPLTSEPBCPP
panel_items = PPPPPPLTESEPBCPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 1
@ -238,10 +238,33 @@ battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = t2-cortile
execp_interval = 1
execp_has_icon = 1
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = Cortile helper
execp_lclick_command = ~/.config/cortile/tint2-cortile/t2-cortile left
execp_rclick_command = ~/.config/cortile/tint2-cortile/t2-cortile right
execp_mclick_command = ~/.config/cortile/tint2-cortile/t2-cortile middle
execp_uwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile up
execp_dwheel_command = ~/.config/cortile/tint2-cortile/t2-cortile down
execp_font_color = #ffffff 100
execp_padding = 0 0
execp_background_id = 6
execp_centered = 0
execp_icon_w = 32
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 1
execp_has_icon = 0