conky_shortcuts_numix 1.42 KB
Newer Older
1
2
3
conky.config = {
	alignment = 'bottom_left',
	background = true,
4
	color2 = 'F9FAF9',
5
	cpu_avg_samples = 2,
6
	default_color = 'EB564D',
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	double_buffer = true,
	font = 'Bitstream Vera Sans:size=8',
	draw_shades = false,
	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
22
${color2}open browser - ${color}mod+j
23
${color2}open ranger - ${color}mod+;
24
${color2}rofi (launcher) - ${color}mod+d
25
26
${color2}bmenu - ${color}mod+Ctrl+b
${color2}morc_menu - ${color}mod+z
27
28
29
30
31
${color2}kill focused - ${color}mod+Shift+q

${color2}toggle split direction - ${color}mod+q
${color2}container layout (tabd) - ${color}mod+w
${color2}container layout (stck) - ${color}mod+s
32
33
34
35
${color2}make child (horz) - ${color}mod+Alt+q
${color2}make child (tabd) - ${color}mod+Alt+w
${color2}make child (vert) - ${color}mod+Alt+e
${color2}make child (stck) - ${color}mod+Alt+s
36
37
38

${color2}toggle floating - ${color}mod+Shift+Space
${color2}toggle sticky - ${color}mod+Shift+s
39
${color2}window opacity up[dn] - ${color}mod+Alt+x[z]
40

41
42
43
44
${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

45
${color2}exit - ${color}mod+0
46
${color2}help - ${color}mod+Shift+h
47
${color2}mod = ${color}<Super>
48
]]