Skip to content

Commit

Permalink
Merge pull request #82 from DarkRyu550/master
Browse files Browse the repository at this point in the history
Fix static blur being broken in setups in which the main monitor is not the leftmost-topmost one.
  • Loading branch information
aunetx authored May 26, 2021
2 parents d4b6afb + 6320f66 commit 893853c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ var PanelBlur = class PanelBlur {
this.background.height = Main.panel.height;
if (is_static) {
this.background.set_clip(
this.monitor.x,
this.monitor.y,
0,
0,
this.monitor.width,
Main.panel.height
);
Expand Down

0 comments on commit 893853c

Please sign in to comment.