mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
11 lines
352 B
INI
11 lines
352 B
INI
|
[module/spotify-bar]
|
||
|
type = custom/script
|
||
|
interval = 1
|
||
|
format = <label>
|
||
|
exec = python /home/sudacode/i3/scripts/spotify_status.py -t 50 -p ',' --playpause-font=0 -f '{play_pause} {artist}: {song}'
|
||
|
format-underline = #1DB954
|
||
|
# format-foreground = #1DB954
|
||
|
format-foreground = #55AEBB
|
||
|
format-padding = 1
|
||
|
click-left = playerctl play-pause spotify
|