diff options
author | Yigit Sever | 2019-04-08 20:34:38 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-08 20:34:38 +0300 |
commit | e2843e04c956db1eddc65bd9cd264b0c887230be (patch) | |
tree | f22df835c7d7617ed3a86ee8628099b6df2762da /.config/polybar | |
parent | 13a027f4e95f90c5cdc47ba8f76c1e683dee04be (diff) | |
download | dotfiles-e2843e04c956db1eddc65bd9cd264b0c887230be.tar.gz dotfiles-e2843e04c956db1eddc65bd9cd264b0c887230be.tar.bz2 dotfiles-e2843e04c956db1eddc65bd9cd264b0c887230be.zip |
Truncate polybar mpd module
Diffstat (limited to '.config/polybar')
-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 7e96a22..5b0c3c0 100644 --- a/.config/polybar/config##desktop.Linux.Lowe +++ b/.config/polybar/config##desktop.Linux.Lowe | |||
@@ -69,7 +69,7 @@ host = 127.0.0.1 | |||
69 | port = 6600 | 69 | port = 6600 |
70 | 70 | ||
71 | format-online = <toggle> <label-song> <icon-random> | 71 | format-online = <toggle> <label-song> <icon-random> |
72 | label-song = %artist% - %title% | 72 | label-song = %artist:0:24:...% - %title:0:24:...% |
73 | icon-pause = | 73 | icon-pause = |
74 | icon-play = | 74 | icon-play = |
75 | icon-random = 咽 | 75 | icon-random = 咽 |