config.py: added Spotify() to second screen bar

This commit is contained in:
2025-11-14 21:58:55 -05:00
parent 1e392b290a
commit 18c16c7ba5

View File

@@ -534,6 +534,17 @@ screens = [
background = '#52548D',
),
Spotify(),
widget.Image(
filename = '~/.config/qtile/Assets/5.png',
),
widget.Image(
filename = '~/.config/qtile/Assets/1.png',
background = '#52548D',
),
widget.CPU(
font = "IBM Plex Mono Medium",
format='CPU:({load_percent:.1f}%/{freq_current}GHz)',