blob: d35eee68851fb20d795790862cab3a92f6e44f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
stay_alive = 1
tint2_look = 0
position_mode = pointer
terminal_exec = wezterm
terminal_args = -x
sub_spacing = 5
menu_width = 200
menu_padding_top = 5
menu_padding_right = 2
menu_padding_bottom = 5
menu_padding_left = 2
menu_radius = 7
menu_border = 0
menu_halign = left
sub_hover_action = 1
item_margin_y = 5
item_height = 30
item_padding_x = 8
item_radius = 6
item_border = 0
sep_height = 5
font = Roboto Medium 15px
icon_theme = Papirus
icon_size = 24
color_menu_bg = #171B20 80
color_menu_border = #c0caf5
color_norm_bg = #171B20 0
color_norm_fg = #b6beca 100
color_sel_bg = #74bee9 50
color_sel_fg = #b6beca 100
color_sep_fg = b6beca 80
csv_cmd = cat ~/.config/jgmenu/menu.csv
|