Skip to content

Commit

Permalink
Fix systray transparent icons by setting bar opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 26, 2023
1 parent 13f565d commit bea2690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/qtile/src/core/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, id_):
super().__init__(
widgets=self._build_widgets(),
size=24,
background=Color.BG_DARK.with_alpha(0.7),
background=Color.BG_DARK,
margin=[0, 0, 8, 0],
)

Expand Down

0 comments on commit bea2690

Please sign in to comment.