Skip to content

Commit

Permalink
Fix systray location
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 16, 2024
1 parent 101dcbc commit ee405fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/qtile/src/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ def _build_widgets(self):

widgets = [widget_cls() for widget_cls in self._widgets]
if self.id == 0:
widgets.insert(13, Systray())
widgets.insert(12, Systray())

return widgets

0 comments on commit ee405fa

Please sign in to comment.