config.py: added Spotify() to second screen bar
This commit is contained in:
11
config.py
11
config.py
@@ -534,6 +534,17 @@ screens = [
|
|||||||
background = '#52548D',
|
background = '#52548D',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Spotify(),
|
||||||
|
|
||||||
|
widget.Image(
|
||||||
|
filename = '~/.config/qtile/Assets/5.png',
|
||||||
|
),
|
||||||
|
|
||||||
|
widget.Image(
|
||||||
|
filename = '~/.config/qtile/Assets/1.png',
|
||||||
|
background = '#52548D',
|
||||||
|
),
|
||||||
|
|
||||||
widget.CPU(
|
widget.CPU(
|
||||||
font = "IBM Plex Mono Medium",
|
font = "IBM Plex Mono Medium",
|
||||||
format='CPU:({load_percent:.1f}%/{freq_current}GHz)',
|
format='CPU:({load_percent:.1f}%/{freq_current}GHz)',
|
||||||
|
|||||||
Reference in New Issue
Block a user