Skip to content

Commit

Permalink
Update unitstatus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo authored Jan 8, 2025
1 parent 0b318e7 commit f7096f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtile_extras/widget/unitstatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class UnitStatus(base._Widget, base.PaddingMixin, base.MarginMixin):
("unitname", "NetworkManager.service", "Name of systemd unit."),
("label", "NM", "Short text to display next to indicator."),
("colour_active", "00ff00", "Colour for active indicator"),
("colour_inactive", "ffffff", "Colour for active indicator"),
("colour_failed", "ff0000", "Colour for active indicator"),
("colour_inactive", "ffffff", "Colour for inactive indicator"),
("colour_failed", "ff0000", "Colour for failed indicator"),
("colour_dead", "666666", "Colour for dead indicator"),
("indicator_size", 10, "Size of indicator (None = up to margin)"),
(
Expand Down

0 comments on commit f7096f9

Please sign in to comment.