Open VasilisManol opened 1 year ago
Same issue on upgraded Ubuntu 23.10 with versions: └>$ sway --version sway version 1.8.1 └>$ waybar --version Waybar v0.9.22 and Docker Desktop 4.24.2
Same exact issue. Fedora version: Fedora release 39 (Thirty Nine) Kernel version: 6.7.3-200.fc39.x86_64 Waybar version: Waybar v0.9.24
Same issue Ubuntu 22.04
, waybar version v0.9.9
, and sway version 1.7
Did you guys find any workarounds
Not really. I just have a dummy alias of killing waybars and restarting sway that I run in a terminal. alias fix_waybar='sudo killall waybar; swaymsg reload'
Description
I run Docker Desktop on Ubuntu 23.04 with Sway and waybar. Waybar is started in sway config with minimal default setup: bar { swaybar_command waybar }
Waybar config contains default tray module "tray": { "icon-size": 22, "spacing":13 },
When starting the docker desktop I get the docker icon on the tray module in the waybar ( as expected ) but a new instance of waybar on top of the existing. The icon is otherwise clickable and working. The only issue is that I have two instances of the waybar.
sway version: 1.7 Waybar version: v0.9.17 Docker desktop version: 4.23.0
Reproduce
Start Docker Desktop on a system with the Sway windows manager and Waybar.
Expected behavior
It shouldn't start a second instance of Waybar.
docker version
docker info
Diagnostics ID
302cb22d-508b-4766-8739-ef4a0d7d78dc/20230919223117
Additional Info
No response