107 lines
3.2 KiB
Plaintext
107 lines
3.2 KiB
Plaintext
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 = '#000000',
|
|
own_window_class = 'Conky',
|
|
own_window_title = 'Mabox Shortcuts Conky Grey',
|
|
|
|
gap_x = 15,
|
|
gap_y = 45,
|
|
minimum_width = '200',
|
|
|
|
-- FONTS
|
|
|
|
use_xft = true,
|
|
|
|
font = 'Cantarell:size=9',
|
|
xftalpha = 1,
|
|
override_utf8_locale = true,
|
|
|
|
-- COLORS
|
|
draw_shades = false,--yes
|
|
default_shade_color = '#000000',
|
|
draw_outline = true,
|
|
default_outline_color = '#222222',
|
|
|
|
default_color = '#FFFFFF',
|
|
color0 = '#B0E0E6',-- PowderBlue
|
|
color1 = '#778899',-- LightSlateGray
|
|
color2 = '#778899',
|
|
|
|
-- BORDERS
|
|
draw_borders = false,--yes
|
|
-- Stippled borders?
|
|
stippled_borders = 5,
|
|
-- border margins
|
|
border_inner_margin = 5,
|
|
border_outer_margin = 0,
|
|
-- border width
|
|
border_width = 2,
|
|
-- graph borders
|
|
-- draw_graph_borders yes
|
|
-- default_graph_size 15 40
|
|
|
|
-- 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}${color2}super = tecla windows ${voffset -6}
|
|
${color2}${hr 1}${voffset -4}
|
|
${color2}gestor archivos ${alignr}${color}super+f
|
|
${color2}menu ${alignr}${color}super / super+spacebar
|
|
${color2}ejecutar app... ${alignr}${color}super+m / alt+F2
|
|
${color2}navegador ${alignr}${color}super+w
|
|
${color2}terminal ${alignr}${color}super+t
|
|
${color2}control volumen ${alignr}${color}super+v
|
|
${color2}activa/desact Picom ${alignr}${color}super+p
|
|
${color2}bloquear pantalla ${alignr}${color}super+l
|
|
${color2}terminar proceso ${alignr}${color}super+k
|
|
${color2}salir ${alignr}${color}super+x
|
|
${color}PANELES LATERALES${voffset -6}
|
|
${color2}${hr 1}${voffset -4}
|
|
${color2}lugares (izquierda) ${alignr} ${color}ctrl+super+left
|
|
${color2}ajustes (derecha) ${alignr} ${color}ctrl+super+right
|
|
${color2}settings menu ${alignr} ${color}super+s
|
|
${color}VENTANAS${voffset -6}
|
|
${color2}${hr 1}${voffset -4}
|
|
${color2}cerrar ${alignr} ${color}alt+F4
|
|
${color2}minimizar en panel ${alignr} ${color}alt+F5
|
|
${color2}maximizar ${alignr} ${color}alt+F6
|
|
${color2}reducir ${alignr} ${color}alt+esc
|
|
${color2}mostrar escritorio ${alignr} ${color}super+d
|
|
${color2}quitar barra sup ${alignr} ${color}super+b
|
|
${color2}activar pantalla completa ${alignr} ${color}F11
|
|
${color2}aumentar/mover ${alignr} ${color}super+alt+arrows
|
|
${color2}Posicionar ventanas:
|
|
${color2} - 1/2 pantalla ${alignr} ${color}super+arrows
|
|
${color2} - 1/4 pantalla ${alignr} ${color}super+numpad[1..9]
|
|
${color}ESCRITORIOS${voffset -6}
|
|
${color2}${hr 1}${voffset -4}
|
|
${color2}navegar escritorios ${alignr} ${color}super+[1..4]
|
|
]];
|