mirror of
https://github.com/polybar/polybar.git
synced 2026-02-18 19:45:58 +00:00
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:
committed by
Patrick Ziegler
parent
654c667698
commit
3de914abca
@ -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
|
||||
|
||||
Reference in New Issue
Block a user