diff options
author | ThanosApollo <[email protected]> | 2022-10-09 10:11:29 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-09 10:11:29 +0300 |
commit | a80cf7f6df3549268192b3eb8e02efbff15d8272 (patch) | |
tree | bde07c74c42f66e07db9ca0b92d7ad381735bda4 | |
parent | e51593ca7e8a1c1ac66a54f6064dfc4922af8a39 (diff) |
Change mocp colors
-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 = '{} |', ), |