mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-26 15:11:10 +01:00
style: commas and spaces
This commit is contained in:
parent
1d180a7e17
commit
89119f88ab
@ -79,8 +79,8 @@ def flatten_colors(colors):
|
||||
Flatten dicts and convert colors to util.Color()"""
|
||||
wallpaper_path = colors["wallpaper"]
|
||||
|
||||
if os == "Windows" :
|
||||
wallpaper_path = wallpaper_path.replace("\\","\\\\")
|
||||
if os == "Windows":
|
||||
wallpaper_path = wallpaper_path.replace("\\", "\\\\")
|
||||
|
||||
all_colors = {"wallpaper": wallpaper_path,
|
||||
"alpha": colors["alpha"],
|
||||
|
Loading…
Reference in New Issue
Block a user