Waybar/include/modules/river
LordMZTE fd601801b4
fix(river): hide vacant tags on initial startup
Before this, vacant tags would show with `hide-vacant` set on initial
startup, because we receive initial tag events from River before we show
the bar. In that case, we won't call `set_visible(false)` on the
respective buttons because they're not shown yet. This registers the
output status listener after we show the bar so we won't miss any
events.
2025-09-16 16:04:25 +02:00
..
layout.hpp feat(river): set layout name as class 2025-07-07 15:13:33 +02:00
mode.hpp Happy clang 2023-03-02 16:57:32 +03:00
tags.hpp fix(river): hide vacant tags on initial startup 2025-09-16 16:04:25 +02:00
window.hpp Happy clang 2023-03-02 16:57:32 +03:00