Alexays / Waybar

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

Privacy module does not hide itself when not in use [Bug] #3298

Open missonserch opened 1 month ago

missonserch commented 1 month ago

Privacy module does not hide itself when not in use when "audio-out" is omitted from configuration. Config of privacy module:

  "privacy": {
    "icon-spacing": 14,
    "icon-size": 14,
    "transition-duration": 250,
    "modules": [
      {
        "type": "screenshare",
        "tooltip": true,
        "tooltip-icon-size": 24
      },
      //{
      //  "type": "audio-out",
      //  "tooltip": true,
      //  "tooltip-icon-size": 24
      //},
      {
        "type": "audio-in",
        "tooltip": true,
        "tooltip-icon-size": 24
      }
    ]
  },

(Opened OBS) 20240524_18h16m24s_grim (no software is recording sound/screen or outputting audio) 20240524_18h13m41s_grim

If "audio-out" module is included in the config, privacy module disappears from waybar as expected

missonserch commented 1 month ago

forgot to mention, I use arch with hyprland, ask me if you need more info

joshuajeschek commented 3 weeks ago

I can confirm this, I also use arch with hyprland. I don't think that should matter tho?

missonserch commented 3 weeks ago

I can confirm this, I also use arch with hyprland. I don't think that should matter tho?

Arch probably don’t matter, hyprland might, however, in general pointing out your environment is good practice when reporting a bug.