• 49 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle










  • I’m honestly not 100% sure, but I don’t think so. Waybar does though, with the tooltip option.

    Waybar is similar to Polybar, but only works on Wayland rather than X11. Configuration is a bit different, but similar in many respects. If you’re using i3 with Polybar now, you can install Sway as the window manager and drop your i3 config into ~/.config/sway/, it should work exactly the same as i3 after a few minor tweaks. Once Sway is set up, you can install and configure Waybar. The config file is not a drop-in replacement like Sway was for i3, but if you can figure out Polybar, you can figure out Waybar.

    Link to the Waybar wiki on Github









  • Why’d you switch from i3? If it was for Wayland support, in case you didn’t know, the Sway window manager is basically a drop-in replacement for i3, but for Wayland rather than X11. You can literally copy/paste your i3 config into ~/.config/sway/ and it will only need a few minor tweaks to get fully working!

    I just made the switch this past week. The one caveat is Polybar doesn’t work correctly with Sway, so I had to configure Waybar instead. Waybar has some cool features though, like being able to place the tray anywhere you want, so it was worth the effort to switch.