mabox-i18n-files/lang/es/.config/conky/shortcuts_grey.conkyrc

107 lines
3.2 KiB
Plaintext
Raw Normal View History

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',
2021-04-24 22:53:10 +02:00
own_window_title = 'Mabox Shortcuts Conky Grey',
2021-02-12 10:01:49 +01:00
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',
2021-12-11 00:54:12 +01:00
draw_outline = false,
2021-04-23 18:34:31 +02:00
default_outline_color = '#222222',
default_color = '#FFFFFF',
color0 = '#B0E0E6',-- PowderBlue
color1 = '#778899',-- LightSlateGray
2021-04-23 18:34:31 +02:00
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 = [[
2020-08-24 16:43:48 +02:00
${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
2021-10-10 12:30:03 +02:00
${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}
2021-02-09 22:47:21 +01:00
${color2}lugares (izquierda) ${alignr} ${color}ctrl+super+left
${color2}ajustes (derecha) ${alignr} ${color}ctrl+super+right
2021-02-12 10:01:49 +01:00
${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}
2020-08-31 14:33:47 +02:00
${color2}navegar escritorios ${alignr} ${color}super+[1..4]
]];