mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-18 23:30:49 +02:00
de-indenting the comments
This commit is contained in:
parent
524b52dee5
commit
5b3806d0a8
@ -29,9 +29,9 @@ def gtk():
|
||||
if gtk2_file.is_file():
|
||||
shutil.copy(gtk2_file, theme_path / "gtk-2.0")
|
||||
|
||||
# Here we call a Python 2 script to reload the GTK themes.
|
||||
# This is done because the Python 3 GTK/Gdk libraries don't
|
||||
# provide a way of doing this.
|
||||
# Here we call a Python 2 script to reload the GTK themes.
|
||||
# This is done because the Python 3 GTK/Gdk libraries don't
|
||||
# provide a way of doing this.
|
||||
if shutil.which("python2"):
|
||||
util.disown(["python2", MODULE_DIR / "scripts" / "gtk_reload.py"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user