I’m I the only one who is having this problem? I can’t click on the rocket like icon button, and I can’t see the bar of the installed programmes, check the glitch :
This is an issue a few others were having as well
Try changing the command in ~/.config/polybar/modules.conf
to something like this
[module/jgmenu]
type = custom/script
label = %output%
label-padding = 2
interval = 10
exec = echo ""
click-left = "jgmenu_run >/dev/null 2>&1 &"
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
If this doesnt work for you then let me know, we’ll get it fixed no problem
Cheers
2 Likes
One other thing I forgot tomention before
Change ~/.config/jgmenu/jgmenurc
like so
# jgmenurc
at_pointer = 0
stay_alive = 1
multi_window = 1
tint2_look = 1
csv_cmd = lx
menu_halign = left
menu_valign = top
menu_margin_x = 4
menu_margin_y = 32
menu_width = 200
menu_radius = 0
menu_border = 1
menu_padding_top = 10
menu_padding_right = 2
menu_padding_bottom = 5
menu_padding_left = 2
item_height = 30
item_padding_x = 8
item_margin_y = 5
item_radius = 0
item_border = 0
sep_height = 5
icon_size = 24
font = Ubuntu 12px
sub_hover_action = 1
terminal_exec = termite
terminal_args = -e
color_menu_bg = #2b303b 100
color_menu_fg = #8fa1b3 100
color_norm_bg = #2b303b 0
color_norm_fg = #8fa1b3 100
color_sel_bg = #8fa1b3 60
color_sel_fg = #2b303b 100
color_sep_fg = #8fa1b3 40
With any luck this should fix the issue
3 Likes
Awesome stuff, glad it worked
Thanks for the kind words
1 Like
If I may ask, could you update the post topic to be a bit more clear what it solves and add a [Solved]
to the beginning, I would greatly appreciate it
Cheers
1 Like
Thank you ,it’s done
2 Likes
That was also my case, and it’s also solved.
Thanks!.
1 Like
Didn’t know I had the same problem until I saw this post.
Thanks for the tip
1 Like
i had the same problem ,thanks for the tip
1 Like