Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
6.4k stars 696 forks source link

fix privacy: consider only configured modules #3244

Closed rtgiskard closed 3 months ago

rtgiskard commented 4 months ago

Along with the local clang-tidy warning fixes

This fix privacy module being visible even with no corresponding modules included. For example, with modules = ["screenshare", "audio-in"], so long as "audio-out" is in use, the modules would be visible even with nothing in it. The box itself may use extra space in the bar, which can be avoided.