From c1291400f91e134b28b6aff72e1ec744c304bba7 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 7 May 2016 16:56:17 +0200 Subject: config.py: Disabling Notify widget due to dbus bug. Configuring Mpd widget. --- .config/qtile/config.py | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to '.config') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index c55c86c..886eae7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -219,13 +219,20 @@ screens = [ this_current_screen_border=colors["blue"] ), widget.Sep(), - widget.Notify( - foreground_low=colors["red"][1:], - foreground_urgent=colors["red"][1:] - ), +# widget.Notify( +# foreground_low=colors["red"][1:], +# foreground_urgent=colors["red"][1:] +# ), widget.Spacer(), widget.CurrentLayout(), widget.Sep(), + widget.Mpd( + host="127.0.0.1", + port=6600, + reconnect=True, + fmt_playing="%a [%A] %t [%v%%]", + ), + widget.Sep(), widget.HDDGraph(), widget.MemoryGraph(), widget.CPUGraph(), @@ -250,10 +257,10 @@ screens = [ this_current_screen_border=colors["blue"] ), widget.Sep(), - widget.Notify( - foreground_low=colors["red"][1:], - foreground_urgent=colors["red"][1:] - ), +# widget.Notify( +# foreground_low=colors["red"][1:], +# foreground_urgent=colors["red"][1:] +# ), widget.Spacer(), widget.CurrentLayout(), widget.Sep(), -- cgit v1.2.3-54-g00ecf