Update Dots

This commit is contained in:
Marco Thomas
2020-11-09 18:11:41 +01:00
parent a5849b2dde
commit ac1c15d128
10 changed files with 424 additions and 9 deletions

View File

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