diff options
Diffstat (limited to 'dot_config/jgmenu/jgmenurc')
-rw-r--r-- | dot_config/jgmenu/jgmenurc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dot_config/jgmenu/jgmenurc b/dot_config/jgmenu/jgmenurc new file mode 100644 index 0000000..55a23e2 --- /dev/null +++ b/dot_config/jgmenu/jgmenurc | |||
@@ -0,0 +1,43 @@ | |||
1 | |||
2 | # jgmenurc | ||
3 | |||
4 | at_pointer = 0 | ||
5 | stay_alive = 0 | ||
6 | multi_window = 1 | ||
7 | tint2_look = 1 | ||
8 | |||
9 | menu_halign = left | ||
10 | menu_valign = bottom | ||
11 | menu_margin_x = 10 | ||
12 | menu_margin_y = 45 | ||
13 | |||
14 | menu_width = 250 | ||
15 | menu_radius = 10 | ||
16 | menu_border = 1 | ||
17 | |||
18 | menu_padding_top = 5 | ||
19 | menu_padding_right = 2 | ||
20 | menu_padding_bottom = 5 | ||
21 | menu_padding_left = 2 | ||
22 | |||
23 | item_height = 30 | ||
24 | item_padding_x = 10 | ||
25 | item_margin_y = 10 | ||
26 | item_radius = 0 | ||
27 | item_border = 0 | ||
28 | sep_height = 3 | ||
29 | |||
30 | icon_size = 24 | ||
31 | font = UbuntuMono 20px | ||
32 | |||
33 | sub_hover_action = 1 | ||
34 | terminal_exec = xfce4-terminal | ||
35 | terminal_args = -e | ||
36 | |||
37 | color_menu_bg = #383c4a 100 | ||
38 | color_menu_fg = #8fa1b3 100 | ||
39 | color_norm_bg = #2b303b 0 | ||
40 | color_norm_fg = #8fa1b3 100 | ||
41 | color_sel_bg = #5294e2 100 | ||
42 | color_sel_fg = #2b303b 100 | ||
43 | color_sep_fg = #7c818c 40 | ||