this post was submitted on 09 Aug 2023
18 points (100.0% liked)

Unixporn

15157 readers
117 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

Hi, can I create modules in polybar with similar functionality? (hovering which shows some text and add nice underline and also drop down menu, for example pavucontrol for pulseaudio)

top 2 comments
sorted by: hot top controversial new old

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

Sadly no. (You can prolly create drop down menu in a hacky way by creating some script that would launch a drop down looking menu and have your wm's window rules display it under the module when clicked)

Btw waybar supports tooltips(hover text thingy) but its wayland only