Keybinding Conky

What follows is a copy of the conky I use for Keybindings. You need to modify for your specific keybindings (if they differ from mine).

#---------------------------------------------------------------------
#
# This conky was built by Mark Rabideau (aka. ManyRoads)
# Feel free to use or modify this conky in anyway that suits your fancy.
# No Guarantees are offered, made, expressed or implied.
# Should this break, you may keep all the pieces.
#
#---------------------------------------------------------------------
## Begin Window Settings #####################

own_window yes
own_window_type normal
#--original own_window_type is desktop
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_transparent yes

## ARGB can be used for real transparency
## NOTE that a composite manager is required for real transparency.
## This option will not work as desired (in most cases) in conjunction with
## own_window_type normal
own_window_argb_visual yes

## When ARGB visuals are enabled, use this to modify the alpha value
## Use: own_window_type normal
## Use: own_window_transparent no
## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
own_window_argb_value 0
own_window_colour 000000

minimum_width 400
minimum_height 200
maximum_width 800

gap_x 20
gap_y 0

alignment top_right

## End Window Settings ###

## Font Settings ######################
#-- Use Xft (anti-aliased font and stuff)
use_xft yes
# Requires mono font for spacing reasons
# xftfont Liberation Mono:bold:size=9
xftfont Roboto:size=10

# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
#-- Force UTF8? requires XFT ###
override_utf8_locale yes

uppercase no
## End Font Settings ###

## Colour Settings ###
draw_shades no ##yes
default_shade_color black

draw_outline no ## amplifies text if yes
default_outline_color black

## Color scheme ##

## fe4515 crimson-orange
default_color fe4515

## ffffff white
color1 ffffff

## Green
color2 0BFF00

########################

## End Colour Settings ###

## Borders Section ##
draw_borders no
#-- 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 ##no
#--default_graph_size 15 40
## End Borders Secton ###

## Miscellaneous Section ##
#-- Boolean value, if true, Conky will be forked to background when started.
background yes

#-- 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 no

#-- Default and Minimum size is 256 - needs more for single commands that
#-- "call" a lot of text IE: bash scripts
#--text_buffer_size 6144

#-- Subtract (file system) buffers from used memory?
no_buffers yes

#-- change GiB to G and MiB to M
short_units yes

#-- Like it says, ot pads the decimals on % values
#-- doesn't seem to work since v1.7.1
pad_percents 2

#-- 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 yes

#-- Maximum size of user text buffer, i.e. layout below TEXT line in config file
#-- (default is 16384 bytes)
#-- max_user_text 16384

#-- Desired output unit of all objects displaying a temperature. Parameters are
#-- either "fahrenheit" or "celsius". The default unit is degree Celsius.
#-- temperature_unit Fahrenheit
## End Miscellaneous Section ###

update_interval 1

minimum_size 400 0

TEXT

${offset 1}${font Good Times:size=12}${color1}antiX Keybindings${hr 2}${font}${color}
$alignr Desktop Menu: ${color1}Super (Left)${color}
$alignr Show desktop: ${color1}Super+D${color}
$alignr Lock screen: ${color1}Super+L${color}
$alignr Synapse (semantic launch & search): ${color1}Super+S${color}
$alignr Open File Manager:${color1}Super+E:${color}
$alignr${color1}Alt+Tab / Alt+Shift+Tab: Next / Previous window${color}

${offset 1}${font Good Times:size=12}${color1}Application Short-cuts${hr 2}${font}${color}
$alignr xfce4-terminal:${color1} Super+T${color}
$alignr Firefox ESR:${color1} Super+B ${color}
$alignr Claws:${color1} Super+M${color}
$alignr Geany:${color1} Alt+G${color}

${offset 1}${font Good Times:size=12}${color1}antiX Short-cuts${hr 2}${font}${color}
$alignr Control Centre:${color1} Alt+T${color}
$alignr Package Management:${color1} Alt+I${color}
$alignr Conky Toggle:${color1} Alt+C${color}

${offset 1}${font Good Times:size=12}${color1}Desktop Keybindings${hr 2}${font}${color}
$alignr Close Window:${color1} Alt-F4${color}
$alignr Client Menu:${color1} Alt-Space${color}
$alignr Drop Window Focus:${color1} Alt-Esc${color}
$alignr Screenshooter:${color1} PrtScr${color}