Fixing polybar

This commit is contained in:
Marco Thomas
2021-02-09 16:34:28 +01:00
parent 453c7d5c47
commit f2d5836710
3 changed files with 23 additions and 12 deletions

View File

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