diff options
author | Yigit Sever | 2019-09-24 19:37:18 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-24 19:37:18 +0300 |
commit | ea867bca2d5b0e37ee251fe8bce720184861b243 (patch) | |
tree | 81e796b7cee971858336b8cc5968f1988970119c /.config | |
parent | 671c2477ffd42e5be05a27b3153603748671d578 (diff) | |
download | dotfiles-ea867bca2d5b0e37ee251fe8bce720184861b243.tar.gz dotfiles-ea867bca2d5b0e37ee251fe8bce720184861b243.tar.bz2 dotfiles-ea867bca2d5b0e37ee251fe8bce720184861b243.zip |
fix spotify bug
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Lowe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe index 9251210..f0670d5 100644 --- a/.config/polybar/config##desktop.Linux.Lowe +++ b/.config/polybar/config##desktop.Linux.Lowe | |||
@@ -68,7 +68,7 @@ type = custom/script | |||
68 | interval = 1 | 68 | interval = 1 |
69 | ; format-prefix = "" | 69 | ; format-prefix = "" |
70 | format = <label> | 70 | format = <label> |
71 | exec = python ./spotify_status.py -f '{play_pause} {artist} - {song}' -p 'playing,paused' | 71 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p 'playing,paused' |
72 | 72 | ||
73 | ; [module/dpmpd] | 73 | ; [module/dpmpd] |
74 | ; type = internal/mpd | 74 | ; type = internal/mpd |