Update polybar and i3

This commit is contained in:
Marco Thomas
2021-02-09 16:19:55 +01:00
parent c9d14b029b
commit 453c7d5c47
7 changed files with 72 additions and 983 deletions

View File

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