Commit 3866c98a authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Updated i3 config to load conky with configuration files at ~/.config/conky...

Updated i3 config to load conky with configuration files at ~/.config/conky and ~/.config/conky_shortcuts.
parent fec313a4
......@@ -20,6 +20,7 @@ conky.config = {
conky.text = [[
${color2}open new terminal - ${color}mod+Enter
${color2}open browser - ${color}mod+j
${color2}open ranger - ${color}mod+;
${color2}rofi (launcher) - ${color}mod+d
${color2}bmenu - ${color}mod+Ctrl+b
${color2}morc_menu - ${color}mod+z
......@@ -28,13 +29,14 @@ ${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
${color2}make child (horz) - ${color}mod+Shift+q
${color2}make child (tabd) - ${color}mod+Shift+w
${color2}make child (vert) - ${color}mod+Shift+e
${color2}make child (stck) - ${color}mod+Shift+s
${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
${color2}toggle floating - ${color}mod+Shift+Space
${color2}toggle sticky - ${color}mod+Shift+s
${color2}window opacity up[dn] - ${color}mod+Alt+x[z]
${color2}switch to workspace 1-8 - ${color}mod+1-8
${color2}send to workspace 1-8 - ${color}mod+Ctrl+1-8
......
......@@ -313,8 +313,11 @@ exec --no-startup-id pamac-tray
exec --no-startup-id clipit
# exec --no-startup-id blueman-applet
# exec_always --no-startup-id sbxkb
exec --no-startup-id start_conky_maia
# exec --no-startup-id start_conky_maia
# exec --no-startup-id start_conky_green
exec --no-startup-id conky -c ~/.config/conky
exec --no-startup-id conky -c ~/.config/conky_shortcuts
exec --no-startup-id start_conky_green
exec --no-startup-id xautolock -time 10 -locker blurlock
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment