diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2017-07-23 18:47:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-23 18:47:37 +1000 |
| commit | 8d7728db582ce3608beabaedcf2ff94b216bb8fb (patch) | |
| tree | 060cd1093d3badd5b4ca991bdf0f138245737da7 /pywal/reload.py | |
| parent | 72d0ca4e2f4be7969498b226af4243315f2dff0c (diff) | |
| parent | bc97a5e165326da6bb9c9a5bb7b58d40f4cd594e (diff) | |
Merge pull request #54 from dylanaraps/alpha
general: Add back -a to support transparency in URxvt.
Diffstat (limited to 'pywal/reload.py')
| -rw-r--r-- | pywal/reload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/reload.py b/pywal/reload.py index 12769bf..322f581 100644 --- a/pywal/reload.py +++ b/pywal/reload.py @@ -48,7 +48,7 @@ def colors(vte, cache_dir=__cache_dir__): # If vte mode was used, remove the unsupported sequence. if vte: - sequences = re.sub(r"\]708;\#.{6}", "", sequences) + sequences = re.sub(r"\]708;(\[.{0,3}\])?\#.{6}", "", sequences) print(sequences, end="") |
