Advertisement
arcolinux

jgmenurc

Jun 24th, 2018
3,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # jgmenu config file (jgmenurc)
  2. #
  3. # See the man page jgmenu(1) for further details.
  4.  
  5. #stay_alive = 1
  6. #hide_on_startup = 0
  7. #csv_cmd = pmenu
  8. #tint2_look = 1
  9. #at_pointer = 0
  10. #terminal_exec = x-terminal-emulator
  11. #terminal_args = -e
  12. #monitor = 0
  13. #hover_delay = 100
  14.  
  15. #menu_margin_x = 0
  16. #menu_margin_y = 0
  17. menu_width = 220
  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. #sub_spacing = 1
  28. #sub_padding_top = auto
  29. #sub_padding_right = auto
  30. #sub_padding_bottom = auto
  31. #sub_padding_left = auto
  32. #sub_hover_action = 1
  33.  
  34. #item_margin_x = 3
  35. #item_margin_y = 3
  36. item_height = 32
  37. #item_padding_x = 4
  38. #item_radius = 1
  39. #item_border = 0
  40. #item_halign = left
  41.  
  42. #sep_height = 5
  43.  
  44. font = Noto Sans, 12
  45. #font_fallback = xtg
  46. icon_size = 28
  47. #icon_text_spacing = 10
  48. #icon_theme =
  49. #icon_theme_fallback = xtg
  50.  
  51. #arrow_string = ▸
  52. #arrow_width = 15
  53.  
  54. color_menu_bg = #000000 70
  55. color_menu_border = #eeeeee 8
  56.  
  57. color_norm_bg = #000000 00
  58. color_norm_fg = #eeeeee 100
  59.  
  60. color_sel_bg = #ffffff 20
  61. color_sel_fg = #eeeeee 100
  62. color_sel_border = #eeeeee 8
  63.  
  64. #color_sep_fg = #ffffff 20
  65.  
  66. #csv_name_format = %n (%g)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement