diff options
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 5dcbeb0..7dd621b 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -160,7 +160,7 @@ def init_widgets_list(): ), widget.Moc( fontsize = 15, - noplay_color = my_colors["white"], + noplay_color = my_colors["red"], play_color = my_colors["blue"], fmt = '{} |', ), |