Privacy module does not hide itself when not in use [Bug]
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)
(no software is recording sound/screen or outputting audio)
If "audio-out" module is included in the config, privacy module disappears from waybar as expected
forgot to mention, I use arch with hyprland, ask me if you need more info
I can confirm this, I also use arch with hyprland. I don't think that should matter tho?
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.
Which version are you using? This was recently changed with 4fbd4f212a80009e92d179f9e96a50562891c2e8. I have not attempted a repro, but the code looks to me like it should work. ;)
Which version are you using? This was recently changed with 4fbd4f2. I have not attempted a repro, but the code looks to me like it should work. ;)
Issue persists. I am using version 0.10.3-1 that is packaged in pacman extra repo, perhaps pacman package is not up to date, but I would rather not bother with building from source to verify that the bug is fixed and wait for the next update in the package manager. I'll take a note to check this once again when there is a package update.
Fair enough. Fwiw, the commit is newer than last waybar release (0.10.3). I have no knowledge about what specific distro packages have or do, though.
I just installed waybar throught the AUR, it does actually work now. I guess it will just take a bit until it arrives in the repo :)
Upgraded the package, issue resolved.