MaxVerevkin / i3bar-river

A port of i3bar for wlroots-based compositors
GNU General Public License v3.0
39 stars 5 forks source link

`pkill -SIGUSR1 i3bar-river` does not make bar reappear #12

Closed pescepalla closed 1 year ago

pescepalla commented 1 year ago

Contrary to manual suggestion ("Show/hide with pkill -SIGUSR1 i3bar-river"), pkill -SIGUSR1 i3bar-river hides the bar (reserving space) but does not show it.

To make the bar reappear, it is necessary to relaunch, but then the user is left with two i3bar-river processes.

A workaround I'm using so far is pkill i3bar-river 2> /dev/null || i3bar-river.

WM: hyprland-nvidia OS: Arch

MaxVerevkin commented 1 year ago

It works perfectly fine on river. It most probably is a hyprland bug: https://github.com/hyprwm/Hyprland/issues/2012