Advertisement
Dobbie03

Untitled

Jul 6th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. own_window yes
  2. own_window_class Conky
  3. own_window_colour black
  4. own_window_transparent no
  5. own_window_argb_visual yes
  6. own_window_argb_value 0
  7. own_window_type desktop
  8. own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager
  9. double_buffer yes
  10. use_spacer right
  11. use_xft yes
  12. #font snap-7
  13. xftfont Roboto Condensed:size=10
  14. # xftfont DejaVu Sans Light:size=8
  15. xftalpha 1
  16. text_buffer_size 2048
  17. # alignment is disabled when own_window_type is dock
  18. alignment top_middle
  19. gap_x 220
  20. gap_y -5
  21. # Use this to move your bar up and down the screen
  22. default_bar_size 20 6
  23. short_units yes
  24.  
  25. # --- Colours, Sizes, Fonts & Margins --- #
  26. update_interval 1.0
  27. stippled_borders 0
  28. minimum_size 400 6 # Your screen width here
  29. maximum_width 400 # and here
  30. border_width 5
  31. default_color d3d3d3
  32. # --- Text --- #
  33. draw_outline no
  34. draw_borders no
  35. #font -*-profont-*-*-*-11-*-*-*-*-*-*-*
  36. uppercase yes
  37. draw_shades no
  38. TEXT
  39.  
  40. ${alignr}aliases
  41. ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  42. ${alignr}${alignr}${color2}update=SYU${color} -> Pacman Update
  43. ${alignr}${color2}aurup=SYUA${color} -> AUR Update
  44. ${alignr}${color2}yorphan=QTS${color} -> Orphan Removal
  45. ${alignr}${color2}remove=RNS${color} -> Remove Package
  46. ${alignr}${color2}install=S${color} -> Install Package
  47. ${alignr}${color2}weather=wttr${color} -> Weather
  48. ${alignr}${color2}merge=xrdb${color} -> Merge Resources
  49. ${alignr}${color2}neoa=neofetch${color} -> Neofetch ASCII
  50. ${alignr}${color2}font=updatefont${color} -> Update Fonts
  51.  
  52. ${alignr}Keybindings
  53. ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  54. ${alignr}${color2}dmenu -> ${color}alt+f3
  55. ${alignr}${color2}Thunar -> ${color}super+f
  56. ${alignr}${color2}Music -> ${color}super+m
  57. ${alignr}${color2}terminal -> ${color}super+t
  58. ${alignr}${color2}rofi -> ${color}super+space
  59. ${alignr}${color2}Browser -> ${color}super+w
  60. ${alignr}${color2}Editor -> ${color}super+e
  61. ${alignr}${color2}Htop -> ${color}super+h
  62. ${alignr}${color2}Lock -> ${color}super+l
  63. ${alignr}${color2}Scrot -> ${color}alt+print
  64. ${alignr}${color2}Audio -> ${color}super+v
  65. ${alignr}${color2}Resize -> ${color}alt+r
  66. ${alignr}${color2}Move -> ${color}alt+m
  67. ${alignr}${color2}Task Manager -> ${color}ctrl+shift+esc
  68.  
  69. ${alignr}Window Controls
  70. ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  71. ${alignr}${color2}bottom left -> ${color}super+num1
  72. ${alignr}${color2}bottom half-> ${color}super+num2
  73. ${alignr}${color2}bottom right -> ${color}super+num3
  74. ${alignr}${color2}left half -> ${color}super+num4
  75. ${alignr}${color2}fullscreen -> ${color}super+num5
  76. ${alignr}${color2}right half -> ${color}super+num6
  77. ${alignr}${color2}top left -> ${color}super+num7
  78. ${alignr}${color2}top half -> ${color}super+num8
  79. ${alignr}${color2}top right -> ${color}super+num9
  80.  
  81. ${alignr}${color2}close -> ${color}alt+f4
  82. ${alignr}${color2}iconify -> ${color}alt+f5
  83. ${alignr}${color2}Toggle Max -> ${color}alt+f6
  84. ${alignr}${color2}Lower -> ${color}alt+esc
  85. ${alignr}${color2}Menu -> ${color}alt+space
  86. ${alignr}${color2}Next Window -> ${color}alt+tab
  87. ${alignr}${color2}Toggle Dec -> ${color}alt+b
  88. ${alignr}${color2}Show Desktop -> ${color}alt+d
  89.  
  90. ${alignr}Desktop Controls
  91. ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  92. ${alignr}${color2}desktop 1 -> ${color}super+f1
  93. ${alignr}${color2}desktop 2 -> ${color}super+f2
  94. ${alignr}${color2}desktop 3 -> ${color}super+f3
  95. ${alignr}${color2}desktop 4 -> ${color}super+f4
  96. ${alignr}${color2}desktop list -> ${color}super+tab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement