Update polybar

This commit is contained in:
Marco Thomas
2021-02-15 16:08:14 +01:00
parent e47e5e003a
commit 76d8cf19ee
7 changed files with 57 additions and 93 deletions

View File

@@ -68,7 +68,7 @@ def truncate(name, trunclen):
# Default parameters
output = fix_string(u'{play_pause} {artist}: {song}')
trunclen = 50
trunclen = 60
play_pause = fix_string(u'\u25B6,\u23F8') # first character is play, second is paused
label_with_font = '%{{T{font}}}{label}%{{T-}}'