Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Created November 30, 2018 12:14
Show Gist options
  • Select an option

  • Save bbtdev/2969b563cfb9fb2601e75cc3e6d83dde to your computer and use it in GitHub Desktop.

Select an option

Save bbtdev/2969b563cfb9fb2601e75cc3e6d83dde to your computer and use it in GitHub Desktop.
conky.config = {
alignment = 'bottom_left',
background = true,
color2 = '2ECC71',
cpu_avg_samples = 2,
default_color = 'FFFFFF',
double_buffer = true,
font = 'Bitstream Vera Sans:size=8',
gap_x = 25,
gap_y = 45,
minimum_width = 200,
no_buffers = true,
own_window = true,
own_window_type = 'override',
own_window_transparent = true,
update_interval = 2.0,
use_xft = true,
}
conky.text = [[
${color2}open new terminal - ${color}mod+Enter
${color2}kill focused - ${color}mod+Shift+q
${color2}toggle split direction - ${color}mod+q
${color2}dmenu - ${color}mod+d
${color2}bmenu - ${color}mod+Ctrl+b
${color2}morc_menu - ${color}mod+z
${color2}switch to workspace 1-8 - ${color}mod+1-8
${color2}send to workspace 1-8 - ${color}mod+Ctrl+1-8
${color2}navigate workspaces - ${color}mod+Ctrl+arrowkeys
${color2}toggle floating - ${color}mod+Shift+Space
${color2}exit - ${color}mod+0
${color2}help - ${color}mod+Shift+h
default mod=<Super>
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment