Skip to content

Commit

Permalink
Remove arrows that do not render
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 22, 2022
1 parent f489ed1 commit 253fc87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/lib/mate-hud/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def VALID_SEPARATOR_PAIRS():
return [ u'\u25C2' + ' '*3 + u'\u25B8', # "◂ ▸"
u'\u2190' + ' '*3 + u'\u2794', # "← ➔" # doesn't seem to be a left arrow to match the right, so close enough
u'\u2190' + ' '*3 + u'\u279C', # "← ➜" # doesn't seem to be a left arrow to match the right, so close enough
u'\u2B9C' + ' '*3 + u'\u2B9E', # "⮜ ⮞"
u'\u276E' + ' '*3 + u'\u276F', # "❮ ❯"
u'\u00AB' + ' '*3 + u'\u00BB', # "« »"
u'\u2039' + ' '*3 + u'\u203A' ] # "‹ ›"
Expand Down

0 comments on commit 253fc87

Please sign in to comment.