mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
version: bump
This commit is contained in:
parent
2b220aec72
commit
29d7c93779
@ -29,7 +29,7 @@ def set_color(index, color):
|
|||||||
|
|
||||||
|
|
||||||
def set_iterm_tab_color(color):
|
def set_iterm_tab_color(color):
|
||||||
"""Set iTerm2 window color"""
|
"""Set iTerm2 tab/window color"""
|
||||||
red, green, blue = util.hex_to_rgb(color)
|
red, green, blue = util.hex_to_rgb(color)
|
||||||
return [
|
return [
|
||||||
f"\033]6;1;bg;red;brightness;{red}\a",
|
f"\033]6;1;bg;red;brightness;{red}\a",
|
||||||
|
@ -13,7 +13,7 @@ import pathlib
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.5.9"
|
__version__ = "0.5.10"
|
||||||
|
|
||||||
|
|
||||||
HOME = pathlib.Path.home()
|
HOME = pathlib.Path.home()
|
||||||
|
Loading…
Reference in New Issue
Block a user