Advertisement
mrneilypops

jgmenurc

Oct 27th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # .jgmenurc with default values
  2. #
  3. # See JGMENU-CONFIG(1) for further details.
  4.  
  5. stay_alive = 1
  6. hide_on_startup = 0
  7. csv_cmd = jgmenu_run parse-pmenu
  8. tint2_look = 1
  9. tint2_button = 1
  10. tint2_rules = 1
  11. at_pointer = 1
  12. terminal_exec = termite
  13. terminal_args = -e
  14.  
  15. menu_margin_x = 0
  16. menu_margin_y = 32
  17. menu_width = 200
  18. menu_padding_top = 5
  19. menu_padding_right = 5
  20. menu_padding_bottom = 5
  21. menu_padding_left = 5
  22. menu_radius = 1
  23. menu_border = 0
  24. menu_halign = left
  25. menu_valign = bottom
  26.  
  27. item_margin_x = 3
  28. item_margin_y = 3
  29. item_height = 25
  30. item_padding_x = 4
  31. item_radius = 1
  32. item_border = 0
  33. item_halign = left
  34.  
  35. sep_height = 5
  36.  
  37. font =
  38. font_fallback = xtg
  39. icon_size = 22
  40. icon_text_spacing = 10
  41. icon_theme = ACYLS
  42. icon_theme_fallback = xtg
  43.  
  44. arrow_string = ?
  45. arrow_width = 15
  46.  
  47. color_menu_bg = #282828 97
  48. color_menu_fg = #A89984 100
  49. color_menu_border = #A89984 50
  50.  
  51. color_norm_bg = #282828 97
  52. color_norm_fg = #A89984 100
  53.  
  54. color_sel_bg = #4A4A4A 100
  55. color_sel_fg = #cdcdcd 100
  56. color_sel_border = #cdcdcd 50
  57.  
  58. color_sep_fg = #A89984 97
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement