feat(render): support pseudo-transparency
This adds pseudo-transparency for the background of the bar and the background of the systray.
This commit is contained in:
parent
654c667698
commit
3de914abca
15 changed files with 315 additions and 86 deletions
src/components
|
@ -686,4 +686,10 @@ bool controller::on(const signals::ipc::hook& evt) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool controller::on(const signals::ui::update_background&) {
|
||||
enqueue(make_update_evt(true));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
POLYBAR_NS_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue