remove conkies, they shipped with mabox-i18n-files
parent
fbaaa5e919
commit
d44a5aed42
|
@ -1,73 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock and Date',
|
||||
|
||||
alignment = 'top_middle',
|
||||
gap_x = 0,
|
||||
gap_y = 60,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
short_units = true,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font}
|
||||
${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}%
|
||||
|
||||
|
||||
|
||||
]];
|
||||
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 360,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
short_units = true,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
|
||||
${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font}
|
||||
${voffset 20}${alignr}${color} $cpu% $legacymem
|
||||
]];
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
|
@ -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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Logo',
|
||||
|
||||
alignment = 'middle_middle',
|
||||
gap_x = 0,
|
||||
gap_y = 0,
|
||||
minimum_height = 128,
|
||||
minimum_width = 128,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#fbfdfd',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
--imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
||||
]];
|
||||
|
||||
|
|
@ -1,86 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}MENUS/SIDEPANELS ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Main menu ${alignr}${color}super / super+spacebar
|
||||
${color0}Settings menu ${alignr} ${color}super+s
|
||||
${color0}Left ${alignr} ${color}ctrl+super+left
|
||||
${color0}Right ${alignr} ${color}ctrl+super+right
|
||||
${color0}Places ${alignr} ${color}super+.
|
||||
${color}CONFIG MENUS ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panels ${alignr}${color}super+alt+m
|
||||
${color0}Wallpaper ${alignr}${color}super+alt+w
|
||||
${color0}ScreenLocker ${alignr}${color}super+alt+l
|
||||
${color}Mabox Linux Tools ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Command Palette ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Exit dialog ${alignr}${color}super+x
|
||||
${color0}Screenshot tool ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
|
@ -1,68 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_middle',
|
||||
gap_x = 0,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${execpi 1800 quote.sh}
|
||||
]];
|
||||
|
||||
|
|
@ -1,94 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}file manager ${alignr}${color}super+f
|
||||
${color0}web browser ${alignr}${color}super+w
|
||||
${color0}text editor ${alignr}${color}super+e
|
||||
${color0}file search ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}internet radio ${alignr}${color}super+r
|
||||
${color0}volume control ${alignr}${color}super+v
|
||||
${color0}toggle Picom ${alignr}${color}super+p
|
||||
${color0}toggle Conky ${alignr}${color}super+c
|
||||
${color0}lock screen ${alignr}${color}super+l
|
||||
${color0}exit ${alignr}${color}super+x
|
||||
${color}WINDOWS ${color0} ${hr 1}${voffset -2}
|
||||
${color0}close ${alignr} ${color}alt+F4
|
||||
${color0}iconify ${alignr} ${color}alt+F5
|
||||
${color0}maximize ${alignr} ${color}alt+F6
|
||||
${color0}show desktop ${alignr} ${color}super+d
|
||||
${color0}un/decorate ${alignr} ${color}super+b
|
||||
${color0}toggle fullscreen ${alignr} ${color}F11
|
||||
${color}windows placement:
|
||||
${color0} - half screen ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS ${color0} ${hr 1}${voffset -2}
|
||||
${color0}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -1,86 +0,0 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = false,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = true,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -1,84 +0,0 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = false,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = true,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}filesystem ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -1,84 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- MISC
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}TILING TERMINAL WORKFLOW
|
||||
${color}RUN ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal (show/hide) ${alignr}${color}ctrl+~
|
||||
${color}SPLIT ${color0}${hr 1}
|
||||
${voffset -2}${color0}horizontally ${alignr}${color}ctrl+shift+o
|
||||
${color0}vertically ${alignr}${color}ctrl+shift+e
|
||||
${color}USEFULL ACTIONS ${color0}${hr 1}
|
||||
${voffset -2}${color0}change focus${alignr}${color}alt+arrows
|
||||
${color0}resize active ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom active terminal ${alignr}${color}ctrl+shift+x
|
||||
${color0}fullscreen ${alignr}${color}super+enter,F11
|
||||
${color0}close terminal ${alignr}${color}ctrl+shift+w
|
||||
${color}FONT SIZE ${color0}${hr 1}${voffset -2}
|
||||
${color0}increase ${alignr}${alignr}${color}ctrl++
|
||||
${color0}decrease ${alignr}${color}ctrl+-
|
||||
${color0}reset ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
Loading…
Reference in New Issue