conky_shortcuts_numix 1.82 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
	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,
17
	update_interval = 1.0,
18
19
20
21
	use_xft = true,
}
conky.text = [[
${color2}open new terminal - ${color}mod+Enter
22
${color2}open browser - ${color}mod+i
Jay Ta'ala's avatar
Jay Ta'ala committed
23
24
25
26
${color2}open pamac-manager - ${color}mod+u
${color2}open bitwarden-desktop - ${color}mod+o
${color2}open putty - ${color}mod+p

27
${color2}rofi (launcher) - ${color}mod+d
Jay Ta'ala's avatar
Jay Ta'ala committed
28
${color2}rofi (windows) - ${color}mod+Tab
29
${color2}bmenu - ${color}mod+Ctrl+b
30
31
${color2}kill focused - ${color}mod+Shift+q

32
${color2}toggle split direction - ${color}mod+[q|e]
Jay Ta'ala's avatar
Jay Ta'ala committed
33
${color2}container layout (tabbed) - ${color}mod+w
34
${color2}container layout (stck) - ${color}mod+s
Jay Ta'ala's avatar
Jay Ta'ala committed
35
36
37
${color2}child container (tabbed) - ${color}mod+Shift+w
${color2}child container (vert) - ${color}mod+Shift+e
${color2}child container (stck) - ${color}mod+Shift+s
38

39
40
${color2}tab with next window - ${color}mod+z
${color2}tab with previous window - ${color}mod+Shift+z
41
42
43
${color2}splith with next window - ${color}mod+x
${color2}splith with previous window - ${color}mod+Shift+x

44
${color2}focus windows - ${color}mod+[hjkl | arrow_keys]
45
${color2}focus containers - ${color}mod+Ctrl+[hjkl | arrows]
46

47
${color2}switch to workspace 1-8 - ${color}mod+1-8
48
${color2}send to workspace 1-8 - ${color}mod+Alt+1-8
49
${color2}navigate workspaces - ${color}mod+Ctrl+arrows
50

51
52
53
54
${color2}toggle floating - ${color}mod+Shift+Space
${color2}toggle sticky - ${color}mod+Shift+s
${color2}window opacity up[dn] - ${color}mod+Alt+[x|z]

55
${color2}exit - ${color}mod+0
56
${color2}help - ${color}mod+Shift+h
57
${color2}mod = ${color}<Super>
58
]]