adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.59k stars 407 forks source link

[cuts] IPC issue on i3 #162

Closed jay-tux closed 1 year ago

jay-tux commented 2 years ago

None of the mouse actions (click, scroll, ...) are working when I start the bar with i3, like this (~/.config/i3/config):

exec_always --no-startup-id $HOME/.config/polybar/launch.sh --cuts

However, when I start the polybar later, using the command below; all the mouse actions work...

$HOME/.config/polybar/launch.sh --cuts

How to fix?

setyawanfa commented 1 year ago

Try to change using bash

exec_always --no-startup-id "bash $HOME/.config/polybar/launch.sh --cuts"

this work fine at least for me.

adi1090x commented 1 year ago

Solved?

jay-tux commented 1 year ago

In the end, I didn't really have to change anything... It just magically worked again