Skip to content

Commit

Permalink
Add volume icon to second bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupuis13 committed Oct 7, 2023
1 parent a1e4fb1 commit 41d70c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qtile/.config/qtile/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@ def set_all_float_windows_to_non_floating_mode(qtile):
foreground=colors["foreground"],
**sep_size
),
widget.Volume(
theme_path="/home/mdupuis/src/gitlab/beautyline",
),
widget.GenPollText(
fmt="{}",
foreground=colors["purple"],
Expand Down

0 comments on commit 41d70c0

Please sign in to comment.