summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-09 10:11:29 +0300
committerThanosApollo <[email protected]>2022-10-09 10:11:29 +0300
commita80cf7f6df3549268192b3eb8e02efbff15d8272 (patch)
treebde07c74c42f66e07db9ca0b92d7ad381735bda4 /.config
parente51593ca7e8a1c1ac66a54f6064dfc4922af8a39 (diff)
Change mocp colors
Diffstat (limited to '.config')
-rw-r--r--.config/qtile/config.py2
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 = '{} |',
),